5 references to AutomationIsScrollable
PresentationFramework (5)
System\Windows\Automation\Peers\ScrollViewerAutomationPeer.cs (5)
252if (!AutomationIsScrollable(extent, viewport)) { return ScrollPatternIdentifiers.NoScroll; } 292if (AutomationIsScrollable(extentX, viewportX) != isp.HorizontallyScrollable) 296AutomationIsScrollable(extentX, viewportX), 299if (AutomationIsScrollable(extentY, viewportY) != isp.VerticallyScrollable) 303AutomationIsScrollable(extentY, viewportY),