5 references to ItemContainerPatternIdentifiers
PresentationCore (3)
System\Windows\Automation\Peers\AutomationPeer.cs (3)
2388
if (
ItemContainerPatternIdentifiers
.Pattern != null)
2389
s_patternInfo[
ItemContainerPatternIdentifiers
.Pattern.Id] = new PatternInfo(
ItemContainerPatternIdentifiers
.Pattern.Id, new WrapObject(ItemContainerProviderWrapper.Wrap), PatternInterface.ItemContainer);
PresentationFramework (1)
System\Windows\Automation\Peers\ItemsControlAutomationPeer.cs (1)
481
get { return
ItemContainerPatternIdentifiers
.Pattern != null; }
UIAutomationClient (1)
System\Windows\Automation\ItemContainerPattern.cs (1)
46
public static readonly AutomationPattern Pattern =
ItemContainerPatternIdentifiers
.Pattern;