2 references to s_propMainMenuStrip
System.Windows.Forms (2)
System\Windows\Forms\Form.cs (2)
1264
get => Properties.GetValueOrDefault<MenuStrip>(
s_propMainMenuStrip
);
1267
Properties.AddOrRemoveValue(
s_propMainMenuStrip
, value);