6 writes to WindowStyle
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
68
WindowStyle
= style,
129
WindowStyle
= style,
187
WindowStyle
= style,
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (1)
3337
WindowStyle
= style,
System\Windows\Window.cs (1)
2626
WindowStyle
= _Style,
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
572
WindowStyle
= cp.Style,
3 references to WindowStyle
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (1)
258
parameters.
WindowStyle
,
System\Windows\InterOp\HwndSourceParameters.cs (2)
305
return PlatformSupportsTransparentChildWindows || ((
WindowStyle
& NativeMethods.WS_CHILD) == 0);
311
return _usesPerPixelOpacity && ((
WindowStyle
& NativeMethods.WS_CHILD) == 0);