2 references to SelectiveScrollingOrientationProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
38
return (SelectiveScrollingOrientation)obj.GetValue(
SelectiveScrollingOrientationProperty
);
48
obj.SetValue(
SelectiveScrollingOrientationProperty
, value);