1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7363_sourceWindow = sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
System\Windows\Window.cs (21)
7370return ( _sourceWindow == null ); 7386if (_sourceWindow != null) 7388return _sourceWindow.Handle; 7457UnsafeNativeMethods.ClientToScreen(new HandleRef(this, _sourceWindow.Handle), ref pt); 7466return _sourceWindow.SizeToContent; 7471_sourceWindow.SizeToContent = value; 7479_sourceWindow.RootVisual = value; 7487return (_sourceWindow.Handle == UnsafeNativeMethods.GetActiveWindow()); 7495return _sourceWindow; 7503if (_sourceWindow != null) 7505HwndTarget compositionTarget = _sourceWindow.CompositionTarget; 7577pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7600pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7611if ( _sourceWindow.RootVisual != null ) 7613_sourceWindow.RootVisual = null; 7619if (_sourceWindow != null) 7621_sourceWindow.Disposed += theHandler; 7627if (_sourceWindow != null) 7629_sourceWindow.Disposed -= theHandler; 7640if ((_panningFeedback == null) && (_sourceWindow != null)) 7642_panningFeedback = new HwndPanningFeedback(_sourceWindow);