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