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)
1296
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, parent is DependencyObject);
1945
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2041
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(
2197
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2439
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2643
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2717
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);