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