5 references to ItemContainer
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2405
s_patternInfo[ItemContainerPatternIdentifiers.Pattern.Id] = new PatternInfo(ItemContainerPatternIdentifiers.Pattern.Id, new WrapObject(ItemContainerProviderWrapper.Wrap), PatternInterface.
ItemContainer
);
PresentationFramework (4)
System\Windows\Automation\Peers\CalendarAutomationPeer.cs (1)
80
case PatternInterface.
ItemContainer
:
System\Windows\Automation\Peers\DataGridItemAutomationPeer.cs (1)
96
case PatternInterface.
ItemContainer
:
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
51
else if (patternInterface == PatternInterface.
ItemContainer
)
System\Windows\Automation\Peers\TreeViewDataItemAutomationPeer.cs (1)
56
else if ((patternInterface == PatternInterface.
ItemContainer
) || (patternInterface == PatternInterface.SynchronizedInput))