11 instantiations of PropertyValue
PresentationFramework (11)
System\Windows\FrameworkElementFactory.cs (1)
432PropertyValue propertyValue = new PropertyValue
System\Windows\Style.cs (1)
451PropertyValue propertyValue = new PropertyValue
System\Windows\TemplateContent.cs (8)
249PropertyValue pv = new PropertyValue 1138PropertyValue propertyValue = new PropertyValue 1244PropertyValue pv = new PropertyValue 1267PropertyValue pv = new PropertyValue 1285PropertyValue pv = new PropertyValue 1303PropertyValue pv = new PropertyValue 1345PropertyValue propertyValue = new PropertyValue 1366PropertyValue propertyValue = new PropertyValue
System\Windows\TriggerBase.cs (1)
210PropertyValue propertyValue = new PropertyValue
45 references to PropertyValue
PresentationFramework (45)
System\Windows\DataTrigger.cs (1)
163PropertyValue propertyValue = PropertyValues[i];
System\Windows\FrameworkElementFactory.cs (5)
422PropertyValue propertyValue = PropertyValues[existingIndex]; 432PropertyValue propertyValue = new PropertyValue 583PropertyValue propertyValue = PropertyValues[i]; 1259/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (3)
71FrugalStructList<PropertyValue> propertyValues = _factory.PropertyValues; 122public FrameworkElementFactoryProperty(PropertyValue propertyValue, FrameworkElementFactoryMarkupObject item): base(item.Manager) 211private PropertyValue _propertyValue;
System\Windows\MultiDataTrigger.cs (1)
122PropertyValue propertyValue = PropertyValues[i];
System\Windows\MultiTrigger.cs (1)
112PropertyValue propertyValue = PropertyValues[i];
System\Windows\Style.cs (7)
442PropertyValue propertyValue = PropertyValues[existingIndex]; 451PropertyValue propertyValue = new PropertyValue 620PropertyValues = new FrugalStructList<System.Windows.PropertyValue>(style.Setters.Count); 701PropertyValue propertyValue = style.PropertyValues[i]; 736PropertyValue propertyValue = trigger.PropertyValues[j]; 964/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();
System\Windows\StyleHelper.cs (3)
484ref PropertyValue propertyValue, 865PropertyValue propertyValue = factory.PropertyValues[i]; 937PropertyValue propertyValue = triggerBase.PropertyValues[j];
System\Windows\TemplateContent.cs (19)
241List<PropertyValue> sharedProperties = new List<PropertyValue>(); 249PropertyValue pv = new PropertyValue 263PropertyValue value = sharedProperties[i]; 308private void UpdateSharedPropertyNames(string name, List<PropertyValue> sharedProperties, XamlType type) 329PropertyValue sdp = sharedProperties[i]; 346List<PropertyValue> sharedProperties, 354List<PropertyValue> sharedProperties, 399List<PropertyValue> sharedProperties, 578PropertyValue? sharedValue; 795out PropertyValue? sharedValue) 1066out PropertyValue? sharedValue) 1138PropertyValue propertyValue = new PropertyValue 1244PropertyValue pv = new PropertyValue 1267PropertyValue pv = new PropertyValue 1285PropertyValue pv = new PropertyValue 1303PropertyValue pv = new PropertyValue 1345PropertyValue propertyValue = new PropertyValue 1366PropertyValue propertyValue = new PropertyValue
System\Windows\Trigger.cs (1)
221PropertyValue propertyValue = PropertyValues[i];
System\Windows\TriggerBase.cs (4)
210PropertyValue propertyValue = new PropertyValue 234PropertyValue propertyValue = PropertyValues[i]; 381/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();