8 references to WpfPropertyDefinition
PresentationFramework (8)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (1)
33
_propDef = new
WpfPropertyDefinition
(reader, attributeId, parent is DependencyObject);
src\Framework\System\Windows\Markup\BamlRecordReader.cs (7)
1335
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, parent is DependencyObject);
1991
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2087
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(
2243
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2483
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2689
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);
2763
WpfPropertyDefinition propertyDefinition = new
WpfPropertyDefinition
(this, attributeId, element is DependencyObject);