8 references to OrientationProperty
PresentationFramework (6)
System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
337if (TemplatedParent is ToolBar && !HasNonDefaultValue(OrientationProperty)) 342SetBinding(OrientationProperty, binding);
System\Windows\Controls\Stack.cs (2)
305get { return (Orientation) GetValue(OrientationProperty); } 306set { SetValue(OrientationProperty, value); }
System\Windows\Controls\WrapPanel.cs (1)
144StackPanel.OrientationProperty.AddOwner(
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7264DependencyProperty dp = System.Windows.Controls.StackPanel.OrientationProperty;
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupsPanel.cs (1)
48OrientationProperty.OverrideMetadata(typeof(RibbonGroupsPanel), new FrameworkPropertyMetadata(Orientation.Horizontal, null, new CoerceValueCallback(CoerceOrientation)));
Microsoft\Windows\Controls\Ribbon\RibbonControlGroup.cs (1)
43fef.SetValue(StackPanel.OrientationProperty, Orientation.Horizontal);