3 references to Both
PresentationFramework (3)
System\Windows\Controls\BooleanToSelectiveScrollingOrientationConverter.cs (1)
36
return SelectiveScrollingOrientation.
Both
;
System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
24
new FrameworkPropertyMetadata(SelectiveScrollingOrientation.
Both
, new PropertyChangedCallback(OnSelectiveScrollingOrientationChanged)));
66
if (orientation == SelectiveScrollingOrientation.
Both
)