2 references to IsDropDownPositionedAbovePropertyKey
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
515public static readonly DependencyProperty IsDropDownPositionedAboveProperty = IsDropDownPositionedAbovePropertyKey.DependencyProperty; 524private set { SetValue(IsDropDownPositionedAbovePropertyKey, value); }