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