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