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