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