9 references to ScrollItem
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2298s_patternInfo[ScrollItemPatternIdentifiers.Pattern.Id] = new PatternInfo(ScrollItemPatternIdentifiers.Pattern.Id, new WrapObject(ScrollItemProviderWrapper.Wrap), PatternInterface.ScrollItem);
PresentationFramework (6)
src\Framework\System\Windows\Automation\Peers\DataGridCellItemAutomationPeer.cs (1)
281case PatternInterface.ScrollItem:
src\Framework\System\Windows\Automation\Peers\DataGridColumnHeaderItemAutomationPeer.cs (1)
74case PatternInterface.ScrollItem:
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
97case PatternInterface.ScrollItem:
src\Framework\System\Windows\Automation\Peers\ListBoxItemAutomationPeer.cs (1)
44if (patternInterface == PatternInterface.ScrollItem)
src\Framework\System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
56else if (patternInterface == PatternInterface.ScrollItem)
src\Framework\System\Windows\Automation\Peers\TreeViewItemAutomationPeer.cs (1)
50else if (patternInterface == PatternInterface.ScrollItem)
System.Activities.Presentation (2)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\CategoryContainerAutomationPeer.cs (1)
165else if (patternInterface == PatternInterface.ScrollItem)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\Automation\PropertyContainerAutomationPeer.cs (1)
107else if (patternInterface == PatternInterface.ScrollItem)