12 references to PropertyType
PresentationFramework (12)
System\Windows\Markup\BamlCollectionHolder.cs (1)
82
return _resourcesParent != null ? typeof(ResourceDictionary) : PropertyDefinition.
PropertyType
;
System\Windows\Markup\BamlRecordReader.cs (11)
1318
if (typeof(IList).IsAssignableFrom(propertyDefinition.
PropertyType
))
2068
PushContext(ReaderFlags.PropertyComplexDP, propertyDefinition.AttributeInfo, propertyDefinition.
PropertyType
, 0);
2073
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.PropertyInfo, propertyDefinition.
PropertyType
, 0);
2078
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.AttachedPropertySetter, propertyDefinition.
PropertyType
, 0);
2083
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.AttachedPropertyGetter, propertyDefinition.
PropertyType
, 0);
2221
valueObject = GetCustomValue(bamlPropertyRecord, propertyDefinition.
PropertyType
, propertyDefinition.Name);
2231
string message = SR.Format(SR.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.
PropertyType
.FullName);
2508
string message = SR.Format(SR.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.
PropertyType
.FullName);
2759
propertyDefinition.
PropertyType
,
2780
propertyDefinition.
PropertyType
,
2802
propertyDefinition.
PropertyType
,