4 references to s_propDummyMdiMenu
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
3584
if (Properties.TryGetValue(
s_propDummyMdiMenu
, out HMENU dummyMenu))
3586
Properties.RemoveValue(
s_propDummyMdiMenu
);
6184
if (!Properties.TryGetValue(
s_propDummyMdiMenu
, out HMENU dummyMenu) || recreateMenu)
6189
Properties.AddValue(
s_propDummyMdiMenu
, dummyMenu);