Skip to content

Commit

Permalink
removed unused private field in LayoutAutoHideWindowControl
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirkster99 committed Feb 14, 2019
1 parent 19a0700 commit 1304e0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class LayoutAutoHideWindowControl : HwndHost, ILayoutControl
private LayoutAnchorable _model;
private HwndSource _internalHwndSource = null;
private IntPtr parentWindowHandle;
private bool _internalHost_ContentRendered = false;
////private bool _internalHost_ContentRendered = false;
private ContentPresenter _internalHostPresenter = new ContentPresenter();
private Grid _internalGrid = null;
private AnchorSide _side;
Expand Down

0 comments on commit 1304e0c

Please sign in to comment.