1 write to _currentIws
PresentationFramework (1)
src\Framework\System\Windows\Controls\Page.cs (1)
775_currentIws = iws;
11 references to _currentIws
PresentationFramework (11)
src\Framework\System\Windows\Controls\Page.cs (11)
778if (_currentIws != null) 803Debug.Assert(_currentIws != null, "_currentIws cannot be null here. Caller should always verify it"); 812_currentIws.Title = PageHelperObject._windowTitle; 814if (IsPropertySet(SetPropertyFlags.WindowHeight) && (! _currentIws.UserResized)) 816_currentIws.Height = PageHelperObject._windowHeight; 819if (IsPropertySet(SetPropertyFlags.WindowWidth) && (! _currentIws.UserResized)) 821_currentIws.Width = PageHelperObject._windowWidth; 834Invariant.Assert(_currentIws != null, "_currentIws cannot be null here."); 835return _currentIws.UserResized; 841NavigationWindow navWin = _currentIws as NavigationWindow; 925return _currentIws;