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