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