1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7394_sourceWindow = sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
System\Windows\Window.cs (21)
7401return ( _sourceWindow == null ); 7417if (_sourceWindow != null) 7419return _sourceWindow.Handle; 7486UnsafeNativeMethods.ClientToScreen(new HandleRef(this, _sourceWindow.Handle), ref pt); 7495return _sourceWindow.SizeToContent; 7500_sourceWindow.SizeToContent = value; 7508_sourceWindow.RootVisual = value; 7516return (_sourceWindow.Handle == UnsafeNativeMethods.GetActiveWindow()); 7524return _sourceWindow; 7532if (_sourceWindow != null) 7534HwndTarget compositionTarget = _sourceWindow.CompositionTarget; 7606pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7629pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7640if ( _sourceWindow.RootVisual != null ) 7642_sourceWindow.RootVisual = null; 7648if (_sourceWindow != null) 7650_sourceWindow.Disposed += theHandler; 7656if (_sourceWindow != null) 7658_sourceWindow.Disposed -= theHandler; 7669if ((_panningFeedback == null) && (_sourceWindow != null)) 7671_panningFeedback = new HwndPanningFeedback(_sourceWindow);