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