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