11 instantiations of PropertyValue
PresentationFramework (11)
System\Windows\FrameworkElementFactory.cs (1)
444PropertyValue propertyValue = new PropertyValue();
System\Windows\Style.cs (1)
470PropertyValue propertyValue = new PropertyValue();
System\Windows\TemplateContent.cs (8)
252PropertyValue pv = new PropertyValue(); 1145PropertyValue propertyValue = new PropertyValue(); 1249PropertyValue pv = new PropertyValue(); 1270PropertyValue pv = new PropertyValue(); 1286PropertyValue pv = new PropertyValue(); 1302PropertyValue pv = new PropertyValue(); 1342PropertyValue propertyValue = new PropertyValue(); 1361PropertyValue propertyValue = new PropertyValue();
System\Windows\TriggerBase.cs (1)
215PropertyValue propertyValue = new PropertyValue();
45 references to PropertyValue
PresentationFramework (45)
System\Windows\DataTrigger.cs (1)
165PropertyValue propertyValue = PropertyValues[i];
System\Windows\FrameworkElementFactory.cs (5)
434PropertyValue propertyValue = PropertyValues[existingIndex]; 444PropertyValue propertyValue = new PropertyValue(); 593PropertyValue propertyValue = PropertyValues[i]; 1269/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (3)
77FrugalStructList<PropertyValue> propertyValues = _factory.PropertyValues; 128public FrameworkElementFactoryProperty(PropertyValue propertyValue, FrameworkElementFactoryMarkupObject item): base(item.Manager) 217private PropertyValue _propertyValue;
System\Windows\MultiDataTrigger.cs (1)
127PropertyValue propertyValue = PropertyValues[i];
System\Windows\MultiTrigger.cs (1)
118PropertyValue propertyValue = PropertyValues[i];
System\Windows\Style.cs (7)
461PropertyValue propertyValue = PropertyValues[existingIndex]; 470PropertyValue propertyValue = new PropertyValue(); 646PropertyValues = new FrugalStructList<System.Windows.PropertyValue>(style.Setters.Count); 727PropertyValue propertyValue = style.PropertyValues[i]; 762PropertyValue propertyValue = trigger.PropertyValues[j]; 992/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();
System\Windows\StyleHelper.cs (3)
502ref PropertyValue propertyValue, 873PropertyValue propertyValue = factory.PropertyValues[i]; 945PropertyValue propertyValue = triggerBase.PropertyValues[j];
System\Windows\TemplateContent.cs (19)
244List<PropertyValue> sharedProperties = new List<PropertyValue>(); 252PropertyValue pv = new PropertyValue(); 264PropertyValue value = sharedProperties[i]; 309private void UpdateSharedPropertyNames(string name, List<PropertyValue> sharedProperties, XamlType type) 330PropertyValue sdp = sharedProperties[i]; 347List<PropertyValue> sharedProperties, 355List<PropertyValue> sharedProperties, 403List<PropertyValue> sharedProperties, 582PropertyValue? sharedValue; 799out PropertyValue? sharedValue) 1073out PropertyValue? sharedValue) 1145PropertyValue propertyValue = new PropertyValue(); 1249PropertyValue pv = new PropertyValue(); 1270PropertyValue pv = new PropertyValue(); 1286PropertyValue pv = new PropertyValue(); 1302PropertyValue pv = new PropertyValue(); 1342PropertyValue propertyValue = new PropertyValue(); 1361PropertyValue propertyValue = new PropertyValue();
System\Windows\Trigger.cs (1)
227PropertyValue propertyValue = PropertyValues[i];
System\Windows\TriggerBase.cs (4)
215PropertyValue propertyValue = new PropertyValue(); 237PropertyValue propertyValue = PropertyValues[i]; 390/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();