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