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