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