25 references to DependencyProperty
PresentationFramework (25)
System\Windows\Markup\BamlCollectionHolder.cs (6)
127
else if (PropertyDefinition.
DependencyProperty
!= null)
134
_reader.SetDependencyValue(dpParent, PropertyDefinition.
DependencyProperty
, Collection);
167
else if (PropertyDefinition.
DependencyProperty
!= null)
169
_defaultCollection = ((DependencyObject)Parent).GetValue(PropertyDefinition.
DependencyProperty
);
206
(PropertyDefinition.
DependencyProperty
== null || PropertyDefinition.
DependencyProperty
.ReadOnly) &&
System\Windows\Markup\BamlRecordReader.cs (19)
1296
if (propertyDefinition.
DependencyProperty
!= null)
1302
contentProperty = ((DependencyObject)parent).GetValue(propertyDefinition.
DependencyProperty
) as IList;
1310
contentProperty = propertyDefinition.
DependencyProperty
;
2044
if (propertyDefinition.
DependencyProperty
!= null)
2225
if (propertyDefinition.
DependencyProperty
!= null)
2228
SetDependencyValue((DependencyObject)element, propertyDefinition.
DependencyProperty
, valueObject);
2512
if (propertyDefinition.
DependencyProperty
!= null)
2519
propertyDefinition.
DependencyProperty
.Name,
2524
SetDependencyValue((DependencyObject)o, propertyDefinition.
DependencyProperty
, value);
2531
propertyDefinition.
DependencyProperty
.Name,
2737
if (propertyDefinition.
DependencyProperty
!= null)
2745
propertyDefinition.
DependencyProperty
,
4859
holder.PropertyDefinition.
DependencyProperty
, ref isMarkupExtension);
5811
if (this.
DependencyProperty
!= null)
5813
return this.
DependencyProperty
.PropertyType;
5835
if (this.
DependencyProperty
!= null)
5837
return this.
DependencyProperty
.Name;
5874
this.
DependencyProperty
!= null ? (object)this.
DependencyProperty
: