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