5 references to AutomationIsScrollable
PresentationFramework (5)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (5)
260if (!AutomationIsScrollable(extent, viewport)) { return ScrollPatternIdentifiers.NoScroll; } 300if (AutomationIsScrollable(extentX, viewportX) != isp.HorizontallyScrollable) 304AutomationIsScrollable(extentX, viewportX), 307if (AutomationIsScrollable(extentY, viewportY) != isp.VerticallyScrollable) 311AutomationIsScrollable(extentY, viewportY),