4 references to s_propDummyMdiMenu
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
3575
if (Properties.TryGetValue(
s_propDummyMdiMenu
, out HMENU dummyMenu))
3577
Properties.RemoveValue(
s_propDummyMdiMenu
);
6181
if (!Properties.TryGetValue(
s_propDummyMdiMenu
, out HMENU dummyMenu) || recreateMenu)
6186
Properties.AddValue(
s_propDummyMdiMenu
, dummyMenu);