4 references to s_propDummyMdiMenu
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
3509
if (Properties.TryGetValue(
s_propDummyMdiMenu
, out HMENU dummyMenu))
3511
Properties.RemoveValue(
s_propDummyMdiMenu
);
6093
if (!Properties.TryGetValue(
s_propDummyMdiMenu
, out HMENU dummyMenu) || recreateMenu)
6098
Properties.AddValue(
s_propDummyMdiMenu
, dummyMenu);