11 writes to Property
PresentationFramework (11)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
470
propertyValue.
Property
= dp;
src\Framework\System\Windows\Style.cs (1)
479
propertyValue.
Property
= dp;
src\Framework\System\Windows\TemplateContent.cs (8)
267
pv.
Property
= Panel.IsItemsHostProperty;
1211
propertyValue.
Property
= property;
1317
pv.
Property
= ContentPresenter.ContentProperty;
1338
pv.
Property
= ContentPresenter.ContentTemplateProperty;
1354
pv.
Property
= ContentPresenter.ContentTemplateSelectorProperty;
1370
pv.
Property
= ContentPresenter.ContentStringFormatProperty;
1410
propertyValue.
Property
= GridViewRowPresenter.ContentProperty;
1429
propertyValue.
Property
= GridViewRowPresenter.ColumnsProperty;
src\Framework\System\Windows\TriggerBase.cs (1)
219
propertyValue.
Property
= dp;
20 references to Property
PresentationFramework (20)
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (7)
146
if (DependencyProperty.FromName(_propertyValue.
Property
.Name, _item.ObjectType) == _propertyValue.
Property
)
148
_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.
Property
, _item.ObjectType);
175
PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.
Property
, _item.ObjectType);
183
get { return _propertyValue.
Property
.Name; }
188
get { return _propertyValue.
Property
.PropertyType; }
193
get { return _propertyValue.
Property
; }
src\Framework\System\Windows\Style.cs (2)
741
StyleHelper.AddContainerDependent(propertyValue.
Property
, false /*fromVisualTrigger*/, ref ContainerDependents);
787
StyleHelper.AddContainerDependent(propertyValue.
Property
, true /*fromVisualTrigger*/, ref this.ContainerDependents);
src\Framework\System\Windows\StyleHelper.cs (9)
528
int mapIndex = childRecord.ValueLookupListFromProperty.EnsureEntry(propertyValue.
Property
.GlobalIndex);
533
valueLookup.Property = propertyValue.
Property
;
574
AddPropertyDependent(childIndex, propertyValue.
Property
,
584
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
617
AddPropertyDependent(childIndex, propertyValue.
Property
,
624
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
639
DependencyProperty destinationProperty = propertyValue.
Property
; // Child
661
AddResourceDependent(childIndex, propertyValue.
Property
, propertyValue.ValueInternal, ref resourceDependents);
954
StyleHelper.AddContainerDependent(propertyValue.
Property
, true /*fromVisualTrigger*/, ref containerDependents);
src\Framework\System\Windows\TemplateContent.cs (1)
688
if (sharedValue.Value.
Property
.Name == "ContentSource")
src\Framework\System\Windows\TriggerBase.cs (1)
240
DependencyProperty dependent = propertyValue.
Property
;