6 writes to WindowStyle
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (3)
67
WindowStyle
= style,
128
WindowStyle
= style,
186
WindowStyle
= style,
PresentationFramework (2)
System\Windows\Controls\Primitives\Popup.cs (1)
3336
WindowStyle
= style,
System\Windows\Window.cs (1)
2625
WindowStyle
= _Style,
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
569
WindowStyle
= cp.Style,
3 references to WindowStyle
PresentationCore (3)
System\Windows\InterOp\HwndSource.cs (1)
257
parameters.
WindowStyle
,
System\Windows\InterOp\HwndSourceParameters.cs (2)
305
return PlatformSupportsTransparentChildWindows || ((
WindowStyle
& NativeMethods.WS_CHILD) == 0);
311
return _usesPerPixelOpacity && ((
WindowStyle
& NativeMethods.WS_CHILD) == 0);