2 references to SelectiveScrollingOrientationProperty
PresentationFramework (2)
System\Windows\Controls\Primitives\SelectiveScrollingGrid.cs (2)
37
return (SelectiveScrollingOrientation)obj.GetValue(
SelectiveScrollingOrientationProperty
);
47
obj.SetValue(
SelectiveScrollingOrientationProperty
, value);