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