1 write to _sourceWindow
PresentationFramework (1)
src\Framework\System\Windows\Window.cs (1)
7799_sourceWindow = sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
src\Framework\System\Windows\Window.cs (21)
7812return ( _sourceWindow == null ); 7838if (_sourceWindow != null) 7840return _sourceWindow.CriticalHandle; 7927UnsafeNativeMethods.ClientToScreen(new HandleRef(this, _sourceWindow.CriticalHandle), pt); 7941return _sourceWindow.SizeToContent; 7947_sourceWindow.SizeToContent = value; 7960_sourceWindow.RootVisual = value; 7974return (_sourceWindow.CriticalHandle == UnsafeNativeMethods.GetActiveWindow()); 7987return _sourceWindow; 7999if (_sourceWindow != null) 8001HwndTarget compositionTarget = _sourceWindow.CompositionTarget; 8101pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 8129pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 8146if ( _sourceWindow.RootVisual != null ) 8148_sourceWindow.RootVisual = null; 8159if (_sourceWindow != null) 8161_sourceWindow.Disposed += theHandler; 8172if (_sourceWindow != null) 8174_sourceWindow.Disposed -= theHandler; 8191if ((_panningFeedback == null) && (_sourceWindow != null)) 8193_panningFeedback = new HwndPanningFeedback(_sourceWindow);