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