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