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