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