2 references to OrientationProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolBarTray.cs (2)
125get { return (Orientation) GetValue(OrientationProperty); } 126set { SetValue(OrientationProperty, value); }