8 instantiations of WpfPropertyDefinition
PresentationFramework (8)
System\Windows\Markup\BamlCollectionHolder.cs (1)
27_propDef = new WpfPropertyDefinition(reader, attributeId, parent is DependencyObject);
System\Windows\Markup\BamlRecordReader.cs (7)
1292WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, parent is DependencyObject); 1941WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2037WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition( 2193WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2435WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2639WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2713WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);
11 references to WpfPropertyDefinition
PresentationFramework (11)
System\Windows\Markup\BamlCollectionHolder.cs (2)
70internal WpfPropertyDefinition PropertyDefinition 224private WpfPropertyDefinition _propDef;
System\Windows\Markup\BamlRecordReader.cs (9)
1292WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, parent is DependencyObject); 1941WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2037WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition( 2193WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2435WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2447WpfPropertyDefinition propertyDefinition, 2503private bool SetPropertyValue( Object o, WpfPropertyDefinition propertyDefinition, object value ) 2639WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject); 2713WpfPropertyDefinition propertyDefinition = new WpfPropertyDefinition(this, attributeId, element is DependencyObject);