5 references to IsDropDownOpenProperty
System.Windows.Controls.Ribbon (5)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2254markupProp.DependencyProperty == RibbonMenuButton.IsDropDownOpenProperty ||
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (4)
432get { return (bool)GetValue(IsDropDownOpenProperty); } 433set { SetValue(IsDropDownOpenProperty, value); } 1156RibbonHelper.DelayCoerceProperty(this, IsDropDownOpenProperty); 1167RibbonHelper.DelayCoerceProperty(this, IsDropDownOpenProperty);