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