8 references to WpfPropertyDefinition
PresentationFramework (8)
System\Windows\Markup\BamlCollectionHolder.cs (1)
28
_propDef = new
WpfPropertyDefinition
(reader, attributeId, parent is DependencyObject);
System\Windows\Markup\BamlRecordReader.cs (7)
1293
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, parent is DependencyObject);
1942
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2038
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(
2194
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2436
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2640
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2714
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);