1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7357_sourceWindow = sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
System\Windows\Window.cs (21)
7364return ( _sourceWindow == null ); 7380if (_sourceWindow != null) 7382return _sourceWindow.Handle; 7451UnsafeNativeMethods.ClientToScreen(new HandleRef(this, _sourceWindow.Handle), ref pt); 7460return _sourceWindow.SizeToContent; 7465_sourceWindow.SizeToContent = value; 7473_sourceWindow.RootVisual = value; 7481return (_sourceWindow.Handle == UnsafeNativeMethods.GetActiveWindow()); 7489return _sourceWindow; 7497if (_sourceWindow != null) 7499HwndTarget compositionTarget = _sourceWindow.CompositionTarget; 7571pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7594pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7605if ( _sourceWindow.RootVisual != null ) 7607_sourceWindow.RootVisual = null; 7613if (_sourceWindow != null) 7615_sourceWindow.Disposed += theHandler; 7621if (_sourceWindow != null) 7623_sourceWindow.Disposed -= theHandler; 7634if ((_panningFeedback == null) && (_sourceWindow != null)) 7636_panningFeedback = new HwndPanningFeedback(_sourceWindow);