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