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