2 writes to _swh
PresentationFramework (2)
System\Windows\Window.cs (2)
2521
_swh
= new SourceWindowHelper(source);
6898
_swh
= null;
44 references to _swh
PresentationFramework (44)
System\Windows\Window.cs (44)
2115
Point ptLogicalUnits =
_swh
.CompositionTarget.TransformFromDevice.Transform(ptDeviceUnits);
2122
Point ptDeviceUnits =
_swh
.CompositionTarget.TransformToDevice.Transform(ptLogicalUnits);
2264
if (
_swh
!= null )
2266
return
_swh
.IsSourceWindowNull;
2276
if (
_swh
!= null)
2278
return
_swh
.IsCompositionTargetInvalid;
2288
Debug.Assert(
_swh
!= null );
2289
return
_swh
.WorkAreaBoundsForNearestMonitor;
2297
Debug.Assert(
_swh
!= null );
2298
return
_swh
.WindowSize;
2310
if (
_swh
!= null )
2311
return
_swh
.HwndSourceWindow;
2556
_swh
.AddDisposedHandler ( new EventHandler(OnSourceWindowDisposed) );
2568
UnsafeNativeMethods.ChangeWindowMessageFilterEx(
_swh
.Handle, WM_TASKBARBUTTONCREATED, MSGFLT.ALLOW, out info);
2569
UnsafeNativeMethods.ChangeWindowMessageFilterEx(
_swh
.Handle, WindowMessage.WM_COMMAND, MSGFLT.ALLOW, out info);
2645
_Style =
_swh
.StyleFromHwnd;
2880
_swh
.RootVisual = this;
3183
if (
_swh
!= null)
3185
return
_swh
.Handle;
3256
return
_swh
.StyleFromHwnd;
3280
return
_swh
.StyleExFromHwnd;
3417
return
_swh
.GetSizeFromHwndInMeasureUnits();
4258
if(
_swh
!= null &&
_swh
.CompositionTarget != null) // For extraneous messages during shutdown
4446
wasActive =
_swh
.IsActiveWindow;
6869
_swh
?.ClearRootVisual();
6875
return
_swh
.GetPointRelativeToWindow( x, y, this.FlowDirection);
6884
return AllowsTransparency ? new Size(0, 0) :
_swh
.GetHwndNonClientAreaSizeInMeasureUnits();
6889
if (
_swh
!= null)
6893
_swh
.RemoveDisposedHandler(OnSourceWindowDisposed);
6897
HwndSource source =
_swh
.HwndSourceWindow;
7017
if (
_swh
!= null)
7061
if (
_swh
!= null)
7073
_swh
.UpdatePanningFeedback(totalOverpanOffset, false);
7084
_swh
?.EndPanningFeedback(animateBack);
7094
if (!double.IsNaN(_prePanningLocation.X) && !double.IsNaN(_prePanningLocation.Y) && (
_swh
!= null))
7117
return
_swh
.HwndSourceSizeToContent;
7121
_swh
.HwndSourceSizeToContent = value;
7129
Debug.Assert(
_swh
!= null );
7130
return
_swh
.WindowBounds;
7138
return
_swh
!= null ?
_swh
.StyleFromHwnd : 0;
7146
return
_swh
!= null ?
_swh
.StyleExFromHwnd : 0;