1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7348_sourceWindow = sourceWindow;
19 references to _sourceWindow
PresentationFramework (19)
System\Windows\Window.cs (19)
7355return ( _sourceWindow == null ); 7371if (_sourceWindow != null) 7373return _sourceWindow.Handle; 7442UnsafeNativeMethods.ClientToScreen(new HandleRef(this, _sourceWindow.Handle), ref pt); 7451return _sourceWindow.SizeToContent; 7456_sourceWindow.SizeToContent = value; 7464_sourceWindow.RootVisual = value; 7472return (_sourceWindow.Handle == UnsafeNativeMethods.GetActiveWindow()); 7480return _sourceWindow; 7488if (_sourceWindow != null) 7490HwndTarget compositionTarget = _sourceWindow.CompositionTarget; 7562pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7585pt = _sourceWindow.CompositionTarget.TransformFromDevice.Transform(pt); 7596if ( _sourceWindow.RootVisual != null ) 7598_sourceWindow.RootVisual = null; 7604_sourceWindow?.Disposed += theHandler; 7609_sourceWindow?.Disposed -= theHandler; 7619if ((_panningFeedback == null) && (_sourceWindow != null)) 7621_panningFeedback = new HwndPanningFeedback(_sourceWindow);