3 references to STATE_LAYOUTDEFERRED
System.Windows.Forms (3)
winforms\Managed\System\WinForms\Control.cs (3)
9934
SetState(
STATE_LAYOUTDEFERRED
, true);
9978
SetState(
STATE_LAYOUTDEFERRED
| STATE_LAYOUTISDIRTY, false);
11187
&& GetState(
STATE_LAYOUTDEFERRED
)