5 references to ItemContainer
PresentationCore (1)
Core\CSharp\System\Windows\Automation\Peers\AutomationPeer.cs (1)
2317
s_patternInfo[ItemContainerPatternIdentifiers.Pattern.Id] = new PatternInfo(ItemContainerPatternIdentifiers.Pattern.Id, new WrapObject(ItemContainerProviderWrapper.Wrap), PatternInterface.
ItemContainer
);
PresentationFramework (4)
src\Framework\System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
81
case PatternInterface.
ItemContainer
:
src\Framework\System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
99
case PatternInterface.
ItemContainer
:
src\Framework\System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
48
else if (patternInterface == PatternInterface.
ItemContainer
)
src\Framework\System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
60
else if ((patternInterface == PatternInterface.
ItemContainer
) || (patternInterface == PatternInterface.SynchronizedInput))