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)
762if (_currentIws != null) 787Debug.Assert(_currentIws != null, "_currentIws cannot be null here. Caller should always verify it"); 796_currentIws.Title = PageHelperObject._windowTitle; 798if (IsPropertySet(SetPropertyFlags.WindowHeight) && (! _currentIws.UserResized)) 800_currentIws.Height = PageHelperObject._windowHeight; 803if (IsPropertySet(SetPropertyFlags.WindowWidth) && (! _currentIws.UserResized)) 805_currentIws.Width = PageHelperObject._windowWidth; 818Invariant.Assert(_currentIws != null, "_currentIws cannot be null here."); 819return _currentIws.UserResized; 825NavigationWindow navWin = _currentIws as NavigationWindow; 909return _currentIws;