12 references to PropertyType
PresentationFramework (12)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (1)
86
return _resourcesParent != null ? typeof(ResourceDictionary) : PropertyDefinition.
PropertyType
;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (11)
1342
if (typeof(IList).IsAssignableFrom(propertyDefinition.
PropertyType
))
2099
PushContext(ReaderFlags.PropertyComplexDP, propertyDefinition.AttributeInfo, propertyDefinition.
PropertyType
, 0);
2104
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.PropertyInfo, propertyDefinition.
PropertyType
, 0);
2109
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.AttachedPropertySetter, propertyDefinition.
PropertyType
, 0);
2114
PushContext(ReaderFlags.PropertyComplexClr, propertyDefinition.AttachedPropertyGetter, propertyDefinition.
PropertyType
, 0);
2252
valueObject = GetCustomValue(bamlPropertyRecord, propertyDefinition.
PropertyType
, propertyDefinition.Name);
2262
string message = SR.Get(SRID.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.
PropertyType
.FullName);
2539
string message = SR.Get(SRID.ParserCannotConvertPropertyValue, propertyDefinition.Name, propertyDefinition.
PropertyType
.FullName);
2792
propertyDefinition.
PropertyType
,
2813
propertyDefinition.
PropertyType
,
2835
propertyDefinition.
PropertyType
,