1 write to _currentIws
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
746_currentIws = iws;
11 references to _currentIws
PresentationFramework (11)
System\Windows\Controls\Page.cs (11)
749if (_currentIws != null) 774Debug.Assert(_currentIws != null, "_currentIws cannot be null here. Caller should always verify it"); 783_currentIws.Title = PageHelperObject._windowTitle; 785if (IsPropertySet(SetPropertyFlags.WindowHeight) && (! _currentIws.UserResized)) 787_currentIws.Height = PageHelperObject._windowHeight; 790if (IsPropertySet(SetPropertyFlags.WindowWidth) && (! _currentIws.UserResized)) 792_currentIws.Width = PageHelperObject._windowWidth; 805Invariant.Assert(_currentIws != null, "_currentIws cannot be null here."); 806return _currentIws.UserResized; 812NavigationWindow navWin = _currentIws as NavigationWindow; 896return _currentIws;