5 references to IsDropDownOpenProperty
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2280markupProp.DependencyProperty == RibbonMenuButton.IsDropDownOpenProperty ||
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (4)
436get { return (bool)GetValue(IsDropDownOpenProperty); } 437set { SetValue(IsDropDownOpenProperty, value); } 1166RibbonHelper.DelayCoerceProperty(this, IsDropDownOpenProperty); 1177RibbonHelper.DelayCoerceProperty(this, IsDropDownOpenProperty);