12 references to PropertyType
PresentationFramework (12)
System\Windows\Markup\BamlCollectionHolder.cs (1)
81
return _resourcesParent != null ? typeof(ResourceDictionary) : PropertyDefinition.
PropertyType
;
System\Windows\Markup\BamlRecordReader.cs (11)
1309
if (typeof(IList).IsAssignableFrom(propertyDefinition.
PropertyType
))
2059
PushContext(ReaderFlags.PropertyComplexDP, propertyDefinition.AttributeInfo, propertyDefinition.
PropertyType
, 0);
2064
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.PropertyInfo, propertyDefinition.
PropertyType
, 0);
2069
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.AttachedPropertySetter, propertyDefinition.
PropertyType
, 0);
2074
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.AttachedPropertyGetter, propertyDefinition.
PropertyType
, 0);
2212
valueObject = GetCustomValue(bamlPropertyRecord, propertyDefinition.
PropertyType
, propertyDefinition.Name);
2222
string message = SR.Format(SR.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.
PropertyType
.FullName);
2499
string message = SR.Format(SR.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.
PropertyType
.FullName);
2750
propertyDefinition.
PropertyType
,
2771
propertyDefinition.
PropertyType
,
2793
propertyDefinition.
PropertyType
,