4 references to s_formStateExUseMdiChildProc
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
88
private static readonly BitVector32.Section s_formStateExCalledOnLoad = BitVector32.CreateSection(1,
s_formStateExUseMdiChildProc
);
3438
else if (_formStateEx[
s_formStateExUseMdiChildProc
] != 0)
4139
_formStateEx[
s_formStateExUseMdiChildProc
] = (IsMdiChild && Visible) ? 1 : 0;
4176
_formStateEx[
s_formStateExUseMdiChildProc
] = 0;