4 references to FormStateIsRestrictedWindowChecked
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
103
private static readonly BitVector32.Section FormStateIsWindowActivated = BitVector32.CreateSection(1,
FormStateIsRestrictedWindowChecked
);
1446
if (formState[
FormStateIsRestrictedWindowChecked
] == 0) {
1472
formState[
FormStateIsRestrictedWindowChecked
] = 1;
1476
formState[
FormStateIsRestrictedWindowChecked
] = 1;