5 references to OrientationProperty
PresentationFramework (5)
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
329
Path = new PropertyPath(ToolBar.
OrientationProperty
)
System\Windows\Controls\ToolBar.cs (2)
125
return (Orientation) GetValue(
OrientationProperty
);
701
CoerceValue(
OrientationProperty
);
System\Windows\Controls\ToolBarTray.cs (1)
105
toolbarCollection[i].CoerceValue(ToolBar.
OrientationProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8871
DependencyProperty dp = System.Windows.Controls.ToolBar.
OrientationProperty
;