1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7364_sourceWindow = sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
System\Windows\Window.cs (21)
7371return ( _sourceWindow == null ); 7387if (_sourceWindow != null) 7389return _sourceWindow.Handle; 7458UnsafeNativeMethods.ClientToScreen(new HandleRef(this, _sourceWindow.Handle), ref pt); 7467return _sourceWindow.SizeToContent; 7472_sourceWindow.SizeToContent = value; 7480_sourceWindow.RootVisual = value; 7488return (_sourceWindow.Handle == UnsafeNativeMethods.GetActiveWindow()); 7496return _sourceWindow; 7504if (_sourceWindow != null) 7506HwndTarget compositionTarget = _sourceWindow.CompositionTarget; 7578pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7601pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7612if ( _sourceWindow.RootVisual != null ) 7614_sourceWindow.RootVisual = null; 7620if (_sourceWindow != null) 7622_sourceWindow.Disposed += theHandler; 7628if (_sourceWindow != null) 7630_sourceWindow.Disposed -= theHandler; 7641if ((_panningFeedback == null) && (_sourceWindow != null)) 7643_panningFeedback = new HwndPanningFeedback(_sourceWindow);