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