1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7407_sourceWindow = sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
System\Windows\Window.cs (21)
7414return ( _sourceWindow == null ); 7430if (_sourceWindow != null) 7432return _sourceWindow.CriticalHandle; 7499UnsafeNativeMethods.ClientToScreen(new HandleRef(this, _sourceWindow.CriticalHandle), ref pt); 7508return _sourceWindow.SizeToContent; 7513_sourceWindow.SizeToContent = value; 7521_sourceWindow.RootVisual = value; 7529return (_sourceWindow.CriticalHandle == UnsafeNativeMethods.GetActiveWindow()); 7537return _sourceWindow; 7545if (_sourceWindow != null) 7547HwndTarget compositionTarget = _sourceWindow.CompositionTarget; 7619pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7642pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7653if ( _sourceWindow.RootVisual != null ) 7655_sourceWindow.RootVisual = null; 7661if (_sourceWindow != null) 7663_sourceWindow.Disposed += theHandler; 7669if (_sourceWindow != null) 7671_sourceWindow.Disposed -= theHandler; 7682if ((_panningFeedback == null) && (_sourceWindow != null)) 7684_panningFeedback = new HwndPanningFeedback(_sourceWindow);