1 implementation of ICustomProperty
mscorlib (1)
system\runtime\interopservices\windowsruntime\custompropertyimpl.cs (1)
24
internal sealed class CustomPropertyImpl :
ICustomProperty
11 references to ICustomProperty
mscorlib (11)
system\runtime\interopservices\windowsruntime\clrireferenceimpl.cs (4)
47
ICustomProperty
ICustomPropertyProvider.GetCustomProperty(string name)
54
ICustomProperty
ICustomPropertyProvider.GetIndexedProperty(string name, Type indexParameterType)
131
ICustomProperty
ICustomPropertyProvider.GetCustomProperty(string name)
138
ICustomProperty
ICustomPropertyProvider.GetIndexedProperty(string name, Type indexParameterType)
system\runtime\interopservices\windowsruntime\icustompropertyprovider.cs (7)
27
ICustomProperty
GetCustomProperty(string name);
30
ICustomProperty
GetIndexedProperty(string name, Type indexParameterType);
51
static internal
ICustomProperty
CreateProperty(object target, string propertyName)
72
static internal unsafe
ICustomProperty
CreateIndexedProperty(object target, string propertyName, TypeNameNative *pIndexedParamType)
83
static internal
ICustomProperty
CreateIndexedProperty(object target, string propertyName, Type indexedParamType)
204
ICustomProperty
ICustomPropertyProvider.GetCustomProperty(string name)
209
ICustomProperty
ICustomPropertyProvider.GetIndexedProperty(string name, Type indexParameterType)