6 references to OrientationProperty
PresentationFramework (6)
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (2)
338if (TemplatedParent is ToolBar && !HasNonDefaultValue(OrientationProperty)) 343SetBinding(OrientationProperty, binding);
src\Framework\System\Windows\Controls\Stack.cs (2)
311get { return (Orientation) GetValue(OrientationProperty); } 312set { SetValue(OrientationProperty, value); }
src\Framework\System\Windows\Controls\WrapPanel.cs (1)
146StackPanel.OrientationProperty.AddOwner(
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7222DependencyProperty dp = System.Windows.Controls.StackPanel.OrientationProperty;