11 instantiations of PropertyValue
PresentationFramework (11)
System\Windows\FrameworkElementFactory.cs (1)
431PropertyValue propertyValue = new PropertyValue
System\Windows\Style.cs (1)
450PropertyValue propertyValue = new PropertyValue
System\Windows\TemplateContent.cs (8)
248PropertyValue pv = new PropertyValue 1135PropertyValue propertyValue = new PropertyValue 1241PropertyValue pv = new PropertyValue 1264PropertyValue pv = new PropertyValue 1282PropertyValue pv = new PropertyValue 1300PropertyValue pv = new PropertyValue 1342PropertyValue propertyValue = new PropertyValue 1363PropertyValue propertyValue = new PropertyValue
System\Windows\TriggerBase.cs (1)
209PropertyValue propertyValue = new PropertyValue
45 references to PropertyValue
PresentationFramework (45)
System\Windows\DataTrigger.cs (1)
162PropertyValue propertyValue = PropertyValues[i];
System\Windows\FrameworkElementFactory.cs (5)
421PropertyValue propertyValue = PropertyValues[existingIndex]; 431PropertyValue propertyValue = new PropertyValue 582PropertyValue propertyValue = PropertyValues[i]; 1258/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (3)
70FrugalStructList<PropertyValue> propertyValues = _factory.PropertyValues; 121public FrameworkElementFactoryProperty(PropertyValue propertyValue, FrameworkElementFactoryMarkupObject item): base(item.Manager) 210private PropertyValue _propertyValue;
System\Windows\MultiDataTrigger.cs (1)
121PropertyValue propertyValue = PropertyValues[i];
System\Windows\MultiTrigger.cs (1)
111PropertyValue propertyValue = PropertyValues[i];
System\Windows\Style.cs (7)
441PropertyValue propertyValue = PropertyValues[existingIndex]; 450PropertyValue propertyValue = new PropertyValue 619PropertyValues = new FrugalStructList<System.Windows.PropertyValue>(style.Setters.Count); 700PropertyValue propertyValue = style.PropertyValues[i]; 735PropertyValue propertyValue = trigger.PropertyValues[j]; 963/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();
System\Windows\StyleHelper.cs (3)
483ref PropertyValue propertyValue, 864PropertyValue propertyValue = factory.PropertyValues[i]; 936PropertyValue propertyValue = triggerBase.PropertyValues[j];
System\Windows\TemplateContent.cs (19)
240List<PropertyValue> sharedProperties = new List<PropertyValue>(); 248PropertyValue pv = new PropertyValue 262PropertyValue value = sharedProperties[i]; 307private void UpdateSharedPropertyNames(string name, List<PropertyValue> sharedProperties, XamlType type) 328PropertyValue sdp = sharedProperties[i]; 345List<PropertyValue> sharedProperties, 353List<PropertyValue> sharedProperties, 398List<PropertyValue> sharedProperties, 575PropertyValue? sharedValue; 792out PropertyValue? sharedValue) 1063out PropertyValue? sharedValue) 1135PropertyValue propertyValue = new PropertyValue 1241PropertyValue pv = new PropertyValue 1264PropertyValue pv = new PropertyValue 1282PropertyValue pv = new PropertyValue 1300PropertyValue pv = new PropertyValue 1342PropertyValue propertyValue = new PropertyValue 1363PropertyValue propertyValue = new PropertyValue
System\Windows\Trigger.cs (1)
220PropertyValue propertyValue = PropertyValues[i];
System\Windows\TriggerBase.cs (4)
209PropertyValue propertyValue = new PropertyValue 233PropertyValue propertyValue = PropertyValues[i]; 380/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();