3 implementations of ICustomPropertyProvider
mscorlib (3)
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (2)
19internal sealed class CLRIReferenceImpl<T> : CLRIPropertyValueImpl, IReference<T>, ICustomPropertyProvider 96ICustomPropertyProvider,
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (1)
146ICustomPropertyProvider,
12 references to ICustomPropertyProvider
mscorlib (12)
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (8)
47ICustomProperty ICustomPropertyProvider.GetCustomProperty(string name) 54ICustomProperty ICustomPropertyProvider.GetIndexedProperty(string name, Type indexParameterType) 61string ICustomPropertyProvider.GetStringRepresentation() 67Type ICustomPropertyProvider.Type 131ICustomProperty ICustomPropertyProvider.GetCustomProperty(string name) 138ICustomProperty ICustomPropertyProvider.GetIndexedProperty(string name, Type indexParameterType) 145string ICustomPropertyProvider.GetStringRepresentation() 151Type ICustomPropertyProvider.Type
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (4)
204ICustomProperty ICustomPropertyProvider.GetCustomProperty(string name) 209ICustomProperty ICustomPropertyProvider.GetIndexedProperty(string name, Type indexParameterType) 214string ICustomPropertyProvider.GetStringRepresentation() 219Type ICustomPropertyProvider.Type