1 instantiation of SelectionProviderWrapper
PresentationCore (1)
MS\Internal\Automation\SelectionProviderWrapper.cs (1)
98return new SelectionProviderWrapper( peer, (ISelectionProvider) iface );
1 reference to SelectionProviderWrapper
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2385s_patternInfo[SelectionPatternIdentifiers.Pattern.Id] = new PatternInfo(SelectionPatternIdentifiers.Pattern.Id, new WrapObject(SelectionProviderWrapper.Wrap), PatternInterface.Selection);