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