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)
1335WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, parent is DependencyObject); 1991WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2087WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition( 2243WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2483WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2689WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2763WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);