1 write to _currentIws
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
759
_currentIws
= iws;
11 references to _currentIws
PresentationFramework (11)
System\Windows\Controls\Page.cs (11)
762
if (
_currentIws
!= null)
787
Debug.Assert(
_currentIws
!= null, "_currentIws cannot be null here. Caller should always verify it");
796
_currentIws
.Title = PageHelperObject._windowTitle;
798
if (IsPropertySet(SetPropertyFlags.WindowHeight) && (!
_currentIws
.UserResized))
800
_currentIws
.Height = PageHelperObject._windowHeight;
803
if (IsPropertySet(SetPropertyFlags.WindowWidth) && (!
_currentIws
.UserResized))
805
_currentIws
.Width = PageHelperObject._windowWidth;
818
Invariant.Assert(
_currentIws
!= null, "_currentIws cannot be null here.");
819
return
_currentIws
.UserResized;
825
NavigationWindow navWin =
_currentIws
as NavigationWindow;
909
return
_currentIws
;