5 references to AutomationIsScrollable
PresentationFramework (5)
src\Framework\System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (5)
257if (!AutomationIsScrollable(extent, viewport)) { return ScrollPatternIdentifiers.NoScroll; } 297if (AutomationIsScrollable(extentX, viewportX) != isp.HorizontallyScrollable) 301AutomationIsScrollable(extentX, viewportX), 304if (AutomationIsScrollable(extentY, viewportY) != isp.VerticallyScrollable) 308AutomationIsScrollable(extentY, viewportY),