1 write to _currentIws
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
746
_currentIws
= iws;
11 references to _currentIws
PresentationFramework (11)
System\Windows\Controls\Page.cs (11)
749
if (
_currentIws
!= null)
774
Debug.Assert(
_currentIws
!= null, "_currentIws cannot be null here. Caller should always verify it");
783
_currentIws
.Title = PageHelperObject._windowTitle;
785
if (IsPropertySet(SetPropertyFlags.WindowHeight) && (!
_currentIws
.UserResized))
787
_currentIws
.Height = PageHelperObject._windowHeight;
790
if (IsPropertySet(SetPropertyFlags.WindowWidth) && (!
_currentIws
.UserResized))
792
_currentIws
.Width = PageHelperObject._windowWidth;
805
Invariant.Assert(
_currentIws
!= null, "_currentIws cannot be null here.");
806
return
_currentIws
.UserResized;
812
NavigationWindow navWin =
_currentIws
as NavigationWindow;
896
return
_currentIws
;