1 write to ExtendedWindowStyle
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
11087ExtendedWindowStyle = (WINDOW_EX_STYLE)cp.ExStyle;
2 references to ExtendedWindowStyle
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
11072WINDOW_EX_STYLE currentExtendedStyle = ExtendedWindowStyle;
System\Windows\Forms\Form.cs (1)
1597if ((int)ExtendedWindowStyle != cp.ExStyle)