8 instantiations of 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);
11 references to WpfPropertyDefinition
PresentationFramework (11)
src\Framework\System\Windows\Markup\BamlCollectionHolder.cs (2)
76internal WpfPropertyDefinition PropertyDefinition 230private WpfPropertyDefinition _propDef;
src\Framework\System\Windows\Markup\BamlRecordReader.cs (9)
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); 2495WpfPropertyDefinition propertyDefinition, 2552private bool SetPropertyValue( Object o, WpfPropertyDefinition propertyDefinition, object value ) 2689WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2763WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);