3 references to OrientationProperty
PresentationFramework (2)
System\Windows\Controls\VirtualizingStackPanel.cs (2)
1781
get { return (Orientation) GetValue(
OrientationProperty
); }
1782
set { SetValue(
OrientationProperty
, value); }
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (1)
26
OrientationProperty
.OverrideMetadata(typeof(RibbonMenuItemsPanel), new FrameworkPropertyMetadata(Orientation.Vertical));