3 references to Both
PresentationFramework (3)
src\Framework\System\Windows\Controls\BooleanToSelectiveScrollingOrientationConverter.cs (1)
40
return SelectiveScrollingOrientation.
Both
;
src\Framework\System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
29
new FrameworkPropertyMetadata(SelectiveScrollingOrientation.
Both
, new PropertyChangedCallback(OnSelectiveScrollingOrientationChanged)));
71
if (orientation == SelectiveScrollingOrientation.
Both
)