1 instantiation of ValueProviderWrapper
PresentationCore (1)
MS\Internal\Automation\ValueProviderWrapper.cs (1)
92return new ValueProviderWrapper( peer, (IValueProvider) iface );
1 reference to ValueProviderWrapper
PresentationCore (1)
System\Windows\Automation\Peers\AutomationPeer.cs (1)
2368s_patternInfo[ValuePatternIdentifiers.Pattern.Id] = new PatternInfo(ValuePatternIdentifiers.Pattern.Id, new WrapObject(ValueProviderWrapper.Wrap), PatternInterface.Value);