4 references to s_propDummyMdiMenu
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
3506
if (Properties.TryGetValue(
s_propDummyMdiMenu
, out HMENU dummyMenu))
3508
Properties.RemoveValue(
s_propDummyMdiMenu
);
6087
if (!Properties.TryGetValue(
s_propDummyMdiMenu
, out HMENU dummyMenu) || recreateMenu)
6092
Properties.AddValue(
s_propDummyMdiMenu
, dummyMenu);