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