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