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