4 references to FormStateExUseMdiChildProc
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Form.cs (4)
119
private static readonly BitVector32.Section FormStateExCalledOnLoad = BitVector32.CreateSection(1,
FormStateExUseMdiChildProc
);
3780
else if (0 != formStateEx[
FormStateExUseMdiChildProc
]){
4763
formStateEx[
FormStateExUseMdiChildProc
] = (IsMdiChild && Visible) ? 1 : 0;
4778
formStateEx[
FormStateExUseMdiChildProc
] = 0;