11 writes to Property
PresentationFramework (11)
System\Windows\FrameworkElementFactory.cs (1)
447propertyValue.Property = dp;
System\Windows\Style.cs (1)
473propertyValue.Property = dp;
System\Windows\TemplateContent.cs (8)
256pv.Property = Panel.IsItemsHostProperty; 1146propertyValue.Property = property; 1253pv.Property = ContentPresenter.ContentProperty; 1274pv.Property = ContentPresenter.ContentTemplateProperty; 1290pv.Property = ContentPresenter.ContentTemplateSelectorProperty; 1306pv.Property = ContentPresenter.ContentStringFormatProperty; 1346propertyValue.Property = GridViewRowPresenter.ContentProperty; 1365propertyValue.Property = GridViewRowPresenter.ColumnsProperty;
System\Windows\TriggerBase.cs (1)
219propertyValue.Property = dp;
20 references to Property
PresentationFramework (20)
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (7)
141if (DependencyProperty.FromName(_propertyValue.Property.Name, _item.ObjectType) == _propertyValue.Property) 143_descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.ObjectType); 169PropertyDescriptor descriptor = DependencyPropertyDescriptor.FromProperty(_propertyValue.Property, _item.ObjectType); 177get { return _propertyValue.Property.Name; } 182get { return _propertyValue.Property.PropertyType; } 187get { return _propertyValue.Property; }
System\Windows\Style.cs (2)
735StyleHelper.AddContainerDependent(propertyValue.Property, false /*fromVisualTrigger*/, ref ContainerDependents); 781StyleHelper.AddContainerDependent(propertyValue.Property, true /*fromVisualTrigger*/, ref this.ContainerDependents);
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);
System\Windows\TemplateContent.cs (1)
623if (sharedValue.Value.Property.Name == "ContentSource")
System\Windows\TriggerBase.cs (1)
239DependencyProperty dependent = propertyValue.Property;