8 instantiations of WpfPropertyDefinition
PresentationFramework (8)
System\Windows\Markup\BamlCollectionHolder.cs (1)
28_propDef = new WpfPropertyDefinition(reader, attributeId, parent is DependencyObject);
System\Windows\Markup\BamlRecordReader.cs (7)
1293WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, parent is DependencyObject); 1942WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2038WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition( 2194WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2436WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2640WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2714WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
11 references to WpfPropertyDefinition
PresentationFramework (11)
System\Windows\Markup\BamlCollectionHolder.cs (2)
71internal WpfPropertyDefinition PropertyDefinition 225private WpfPropertyDefinition _propDef;
System\Windows\Markup\BamlRecordReader.cs (9)
1293WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, parent is DependencyObject); 1942WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2038WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition( 2194WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2436WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2448WpfPropertyDefinition propertyDefinition, 2504private bool SetPropertyValue( Object o, WpfPropertyDefinition propertyDefinition, object value ) 2640WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2714WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);