1 write to _sourceWindow
PresentationFramework (1)
System\Windows\Window.cs (1)
7357
_sourceWindow
= sourceWindow;
21 references to _sourceWindow
PresentationFramework (21)
System\Windows\Window.cs (21)
7364
return (
_sourceWindow
== null );
7380
if (
_sourceWindow
!= null)
7382
return
_sourceWindow
.Handle;
7451
UnsafeNativeMethods.ClientToScreen(new HandleRef(this,
_sourceWindow
.Handle), ref pt);
7460
return
_sourceWindow
.SizeToContent;
7465
_sourceWindow
.SizeToContent = value;
7473
_sourceWindow
.RootVisual = value;
7481
return (
_sourceWindow
.Handle == UnsafeNativeMethods.GetActiveWindow());
7489
return
_sourceWindow
;
7497
if (
_sourceWindow
!= null)
7499
HwndTarget compositionTarget =
_sourceWindow
.CompositionTarget;
7571
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7594
pt =
_sourceWindow
.CompositionTarget.TransformFromDevice.Transform(pt);
7605
if (
_sourceWindow
.RootVisual != null )
7607
_sourceWindow
.RootVisual = null;
7613
if (
_sourceWindow
!= null)
7615
_sourceWindow
.Disposed += theHandler;
7621
if (
_sourceWindow
!= null)
7623
_sourceWindow
.Disposed -= theHandler;
7634
if ((_panningFeedback == null) && (
_sourceWindow
!= null))
7636
_panningFeedback = new HwndPanningFeedback(
_sourceWindow
);