4 references to s_propDummyMdiMenu
System.Windows.Forms (4)
System\Windows\Forms\Form.cs (4)
3563
if (Properties.TryGetValue(
s_propDummyMdiMenu
, out HMENU dummyMenu))
3565
Properties.RemoveValue(
s_propDummyMdiMenu
);
6208
if (!Properties.TryGetValue(
s_propDummyMdiMenu
, out HMENU dummyMenu) || recreateMenu)
6213
Properties.AddValue(
s_propDummyMdiMenu
, dummyMenu);