25 references to DependencyProperty
PresentationFramework (25)
System\Windows\Markup\BamlCollectionHolder.cs (6)
126else if (PropertyDefinition.DependencyProperty != null) 133_reader.SetDependencyValue(dpParent, PropertyDefinition.DependencyProperty, Collection); 166else if (PropertyDefinition.DependencyProperty != null) 168_defaultCollection = ((DependencyObject)Parent).GetValue(PropertyDefinition.DependencyProperty); 205(PropertyDefinition.DependencyProperty == null || PropertyDefinition.DependencyProperty.ReadOnly) &&
System\Windows\Markup\BamlRecordReader.cs (19)
1295if (propertyDefinition.DependencyProperty != null) 1301contentProperty = ((DependencyObject)parent).GetValue(propertyDefinition.DependencyProperty) as IList; 1309contentProperty = propertyDefinition.DependencyProperty; 2043if (propertyDefinition.DependencyProperty != null) 2224if (propertyDefinition.DependencyProperty != null) 2227SetDependencyValue((DependencyObject)element, propertyDefinition.DependencyProperty, valueObject); 2511if (propertyDefinition.DependencyProperty != null) 2518propertyDefinition.DependencyProperty.Name, 2523SetDependencyValue((DependencyObject)o, propertyDefinition.DependencyProperty, value); 2530propertyDefinition.DependencyProperty.Name, 2736if (propertyDefinition.DependencyProperty != null) 2744propertyDefinition.DependencyProperty, 4858holder.PropertyDefinition.DependencyProperty, ref isMarkupExtension); 5810if (this.DependencyProperty != null) 5812return this.DependencyProperty.PropertyType; 5834if (this.DependencyProperty != null) 5836return this.DependencyProperty.Name; 5873this.DependencyProperty != null ? (object)this.DependencyProperty :