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