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