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)
1300
if (typeof(IList).IsAssignableFrom(propertyDefinition.
PropertyType
))
2050
PushContext(ReaderFlags.PropertyComplexDP, propertyDefinition.AttributeInfo, propertyDefinition.
PropertyType
, 0);
2055
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.PropertyInfo, propertyDefinition.
PropertyType
, 0);
2060
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.AttachedPropertySetter, propertyDefinition.
PropertyType
, 0);
2065
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.AttachedPropertyGetter, propertyDefinition.
PropertyType
, 0);
2203
valueObject = GetCustomValue(bamlPropertyRecord, propertyDefinition.
PropertyType
, propertyDefinition.Name);
2213
string message = SR.Format(SR.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.
PropertyType
.FullName);
2492
string message = SR.Format(SR.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.
PropertyType
.FullName);
2743
propertyDefinition.
PropertyType
,
2764
propertyDefinition.
PropertyType
,
2786
propertyDefinition.
PropertyType
,