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)
1302WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, parent is DependencyObject); 1951WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2047WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition( 2203WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2443WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2647WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2721WpfPropertyDefinition 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)
1302WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, parent is DependencyObject); 1951WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2047WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition( 2203WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2443WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2455WpfPropertyDefinition propertyDefinition, 2511private bool SetPropertyValue( Object o, WpfPropertyDefinition propertyDefinition, object value ) 2647WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2721WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);