3 references to FormStateExCalledMakeVisible
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Form.cs (3)
121
private static readonly BitVector32.Section FormStateExCalledCreateControl = BitVector32.CreateSection(1,
FormStateExCalledMakeVisible
);
803
return formStateEx[
FormStateExCalledMakeVisible
] != 0;
806
formStateEx[
FormStateExCalledMakeVisible
] = (value ? 1 : 0);