5 references to AutomationIsScrollable
PresentationFramework (5)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (5)
251
if (!
AutomationIsScrollable
(extent, viewport)) { return ScrollPatternIdentifiers.NoScroll; }
291
if (
AutomationIsScrollable
(extentX, viewportX) != isp.HorizontallyScrollable)
295
AutomationIsScrollable
(extentX, viewportX),
298
if (
AutomationIsScrollable
(extentY, viewportY) != isp.VerticallyScrollable)
302
AutomationIsScrollable
(extentY, viewportY),