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