2 references to IsDropDownPositionedLeftPropertyKey
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (2)
244public static readonly DependencyProperty IsDropDownPositionedLeftProperty = IsDropDownPositionedLeftPropertyKey.DependencyProperty; 253private set { SetValue(IsDropDownPositionedLeftPropertyKey, value); }