1 write to _currentIws
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
742_currentIws = iws;
11 references to _currentIws
PresentationFramework (11)
System\Windows\Controls\Page.cs (11)
745if (_currentIws != null) 770Debug.Assert(_currentIws != null, "_currentIws cannot be null here. Caller should always verify it"); 779_currentIws.Title = PageHelperObject._windowTitle; 781if (IsPropertySet(SetPropertyFlags.WindowHeight) && (! _currentIws.UserResized)) 783_currentIws.Height = PageHelperObject._windowHeight; 786if (IsPropertySet(SetPropertyFlags.WindowWidth) && (! _currentIws.UserResized)) 788_currentIws.Width = PageHelperObject._windowWidth; 801Invariant.Assert(_currentIws != null, "_currentIws cannot be null here."); 802return _currentIws.UserResized; 808NavigationWindow navWin = _currentIws as NavigationWindow; 892return _currentIws;