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