1 write to _currentIws
PresentationFramework (1)
System\Windows\Controls\Page.cs (1)
743_currentIws = iws;
11 references to _currentIws
PresentationFramework (11)
System\Windows\Controls\Page.cs (11)
746if (_currentIws != null) 771Debug.Assert(_currentIws != null, "_currentIws cannot be null here. Caller should always verify it"); 780_currentIws.Title = PageHelperObject._windowTitle; 782if (IsPropertySet(SetPropertyFlags.WindowHeight) && (! _currentIws.UserResized)) 784_currentIws.Height = PageHelperObject._windowHeight; 787if (IsPropertySet(SetPropertyFlags.WindowWidth) && (! _currentIws.UserResized)) 789_currentIws.Width = PageHelperObject._windowWidth; 802Invariant.Assert(_currentIws != null, "_currentIws cannot be null here."); 803return _currentIws.UserResized; 809NavigationWindow navWin = _currentIws as NavigationWindow; 893return _currentIws;