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