2 writes to _orientation
PresentationFramework (2)
src\Framework\System\Windows\Controls\WrapPanel.cs (2)
54
_orientation
= (Orientation) OrientationProperty.GetDefaultValue(DependencyObjectType);
172
p.
_orientation
= (Orientation) e.NewValue;
1 reference to _orientation
PresentationFramework (1)
src\Framework\System\Windows\Controls\WrapPanel.cs (1)
162
get { return
_orientation
; }