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)
7355
return (
_sourceWindow
== null );
7371
if (
_sourceWindow
!= null)
7373
return
_sourceWindow
.Handle;
7442
UnsafeNativeMethods.ClientToScreen(new HandleRef(this,
_sourceWindow
.Handle), ref pt);
7451
return
_sourceWindow
.SizeToContent;
7456
_sourceWindow
.SizeToContent = value;
7464
_sourceWindow
.RootVisual = value;
7472
return (
_sourceWindow
.Handle == UnsafeNativeMethods.GetActiveWindow());
7480
return
_sourceWindow
;
7488
if (
_sourceWindow
!= null)
7490
HwndTarget compositionTarget =
_sourceWindow
.CompositionTarget;
7562
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7585
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7596
if (
_sourceWindow
.RootVisual != null )
7598
_sourceWindow
.RootVisual = null;
7604
_sourceWindow
?.Disposed += theHandler;
7609
_sourceWindow
?.Disposed -= theHandler;
7619
if ((_panningFeedback == null) && (
_sourceWindow
!= null))
7621
_panningFeedback = new HwndPanningFeedback(
_sourceWindow
);