11 writes to Property
PresentationFramework (11)
System\Windows\FrameworkElementFactory.cs (1)
439
propertyValue.
Property
= dp;
System\Windows\Style.cs (1)
463
propertyValue.
Property
= dp;
System\Windows\TemplateContent.cs (8)
253
pv.
Property
= Panel.IsItemsHostProperty;
1143
propertyValue.
Property
= property;
1250
pv.
Property
= ContentPresenter.ContentProperty;
1271
pv.
Property
= ContentPresenter.ContentTemplateProperty;
1287
pv.
Property
= ContentPresenter.ContentTemplateSelectorProperty;
1303
pv.
Property
= ContentPresenter.ContentStringFormatProperty;
1343
propertyValue.
Property
= GridViewRowPresenter.ContentProperty;
1362
propertyValue.
Property
= GridViewRowPresenter.ColumnsProperty;
System\Windows\TriggerBase.cs (1)
214
propertyValue.
Property
= dp;
20 references to Property
PresentationFramework (20)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (7)
135
if (DependencyProperty.FromName(_propertyValue.
Property
.Name, _item.ObjectType) == _propertyValue.
Property
)
137
_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.
Property
, _item.ObjectType);
163
PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.
Property
, _item.ObjectType);
171
get { return _propertyValue.
Property
.Name; }
176
get { return _propertyValue.
Property
.PropertyType; }
181
get { return _propertyValue.
Property
; }
System\Windows\Style.cs (2)
725
StyleHelper.AddContainerDependent(propertyValue.
Property
, false /*fromVisualTrigger*/, ref ContainerDependents);
771
StyleHelper.AddContainerDependent(propertyValue.
Property
, true /*fromVisualTrigger*/, ref this.ContainerDependents);
System\Windows\StyleHelper.cs (9)
522
int mapIndex = childRecord.ValueLookupListFromProperty.EnsureEntry(propertyValue.
Property
.GlobalIndex);
527
valueLookup.Property = propertyValue.
Property
;
568
AddPropertyDependent(childIndex, propertyValue.
Property
,
578
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
611
AddPropertyDependent(childIndex, propertyValue.
Property
,
618
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
633
DependencyProperty destinationProperty = propertyValue.
Property
; // Child
655
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
948
StyleHelper.AddContainerDependent(propertyValue.
Property
, true /*fromVisualTrigger*/, ref containerDependents);
System\Windows\TemplateContent.cs (1)
620
if (sharedValue.Value.
Property
.Name == "ContentSource")
System\Windows\TriggerBase.cs (1)
234
DependencyProperty dependent = propertyValue.
Property
;