3 references to IsMainMenuProperty
PresentationFramework (2)
System\Windows\Controls\Menu.cs (2)
107get { return (bool) GetValue(IsMainMenuProperty); } 108set { SetValue(IsMainMenuProperty, BooleanBoxes.Box(value)); }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
65IsMainMenuProperty.OverrideMetadata(ownerType, new FrameworkPropertyMetadata(false));