25 references to DependencyProperty
PresentationFramework (25)
System\Windows\Markup\BamlCollectionHolder.cs (6)
128else if (PropertyDefinition.DependencyProperty != null) 135_reader.SetDependencyValue(dpParent, PropertyDefinition.DependencyProperty, Collection); 168else if (PropertyDefinition.DependencyProperty != null) 170_defaultCollection = ((DependencyObject)Parent).GetValue(PropertyDefinition.DependencyProperty); 207(PropertyDefinition.DependencyProperty == null || PropertyDefinition.DependencyProperty.ReadOnly) &&
System\Windows\Markup\BamlRecordReader.cs (19)
1314if (propertyDefinition.DependencyProperty != null) 1320contentProperty = ((DependencyObject)parent).GetValue(propertyDefinition.DependencyProperty) as IList; 1328contentProperty = propertyDefinition.DependencyProperty; 2062if (propertyDefinition.DependencyProperty != null) 2243if (propertyDefinition.DependencyProperty != null) 2246SetDependencyValue((DependencyObject)element, propertyDefinition.DependencyProperty, valueObject); 2528if (propertyDefinition.DependencyProperty != null) 2535propertyDefinition.DependencyProperty.Name, 2540SetDependencyValue((DependencyObject)o, propertyDefinition.DependencyProperty, value); 2547propertyDefinition.DependencyProperty.Name, 2753if (propertyDefinition.DependencyProperty != null) 2761propertyDefinition.DependencyProperty, 4880holder.PropertyDefinition.DependencyProperty, ref isMarkupExtension); 5835if (this.DependencyProperty != null) 5837return this.DependencyProperty.PropertyType; 5859if (this.DependencyProperty != null) 5861return this.DependencyProperty.Name; 5898this.DependencyProperty != null ? (object)this.DependencyProperty :