1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7282_sourceWindow = sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
System\Windows\Window.cs (21)
7289return ( _sourceWindow == null ); 7305if (_sourceWindow != null) 7307return _sourceWindow.CriticalHandle; 7374UnsafeNativeMethods.ClientToScreen(new HandleRef(this, _sourceWindow.CriticalHandle), ref pt); 7383return _sourceWindow.SizeToContent; 7388_sourceWindow.SizeToContent = value; 7396_sourceWindow.RootVisual = value; 7404return (_sourceWindow.CriticalHandle == UnsafeNativeMethods.GetActiveWindow()); 7412return _sourceWindow; 7420if (_sourceWindow != null) 7422HwndTarget compositionTarget = _sourceWindow.CompositionTarget; 7494pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7517pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7528if ( _sourceWindow.RootVisual != null ) 7530_sourceWindow.RootVisual = null; 7536if (_sourceWindow != null) 7538_sourceWindow.Disposed += theHandler; 7544if (_sourceWindow != null) 7546_sourceWindow.Disposed -= theHandler; 7557if ((_panningFeedback == null) && (_sourceWindow != null)) 7559_panningFeedback = new HwndPanningFeedback(_sourceWindow);