1 write to _currentIws
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
743
_currentIws
= iws;
11 references to _currentIws
PresentationFramework (11)
System\Windows\Controls\Page.cs (11)
746
if (
_currentIws
!= null)
771
Debug.Assert(
_currentIws
!= null, "_currentIws cannot be null here. Caller should always verify it");
780
_currentIws
.Title = PageHelperObject._windowTitle;
782
if (IsPropertySet(SetPropertyFlags.WindowHeight) && (!
_currentIws
.UserResized))
784
_currentIws
.Height = PageHelperObject._windowHeight;
787
if (IsPropertySet(SetPropertyFlags.WindowWidth) && (!
_currentIws
.UserResized))
789
_currentIws
.Width = PageHelperObject._windowWidth;
802
Invariant.Assert(
_currentIws
!= null, "_currentIws cannot be null here.");
803
return
_currentIws
.UserResized;
809
NavigationWindow navWin =
_currentIws
as NavigationWindow;
893
return
_currentIws
;