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