4 references to FormStateIsTextEmpty
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
105private static readonly BitVector32.Section FormStateIsActive = BitVector32.CreateSection(1, FormStateIsTextEmpty); 304Debug.Assert(formState[FormStateIsTextEmpty] == 0, "Failed to set formState[FormStateIsTextEmpty]"); 5245if (!ControlBox && formState[FormStateIsTextEmpty] != newTextEmpty) 5248formState[FormStateIsTextEmpty] = newTextEmpty;