11 instantiations of PropertyValue
PresentationFramework (11)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
467PropertyValue propertyValue = new PropertyValue();
src\Framework\System\Windows\Style.cs (1)
476PropertyValue propertyValue = new PropertyValue();
src\Framework\System\Windows\TemplateContent.cs (8)
263PropertyValue pv = new PropertyValue(); 1210PropertyValue propertyValue = new PropertyValue(); 1313PropertyValue pv = new PropertyValue(); 1334PropertyValue pv = new PropertyValue(); 1350PropertyValue pv = new PropertyValue(); 1366PropertyValue pv = new PropertyValue(); 1406PropertyValue propertyValue = new PropertyValue(); 1425PropertyValue propertyValue = new PropertyValue();
src\Framework\System\Windows\TriggerBase.cs (1)
215PropertyValue propertyValue = new PropertyValue();
45 references to PropertyValue
PresentationFramework (45)
src\Framework\System\Windows\DataTrigger.cs (1)
166PropertyValue propertyValue = PropertyValues[i];
src\Framework\System\Windows\FrameworkElementFactory.cs (5)
457PropertyValue propertyValue = PropertyValues[existingIndex]; 467PropertyValue propertyValue = new PropertyValue(); 615PropertyValue propertyValue = PropertyValues[i]; 1292/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (3)
82FrugalStructList<PropertyValue> propertyValues = _factory.PropertyValues; 133public FrameworkElementFactoryProperty(PropertyValue propertyValue, FrameworkElementFactoryMarkupObject item): base(item.Manager) 223private PropertyValue _propertyValue;
src\Framework\System\Windows\MultiDataTrigger.cs (1)
128PropertyValue propertyValue = PropertyValues[i];
src\Framework\System\Windows\MultiTrigger.cs (1)
114PropertyValue propertyValue = PropertyValues[i];
src\Framework\System\Windows\Style.cs (7)
467PropertyValue propertyValue = PropertyValues[existingIndex]; 476PropertyValue propertyValue = new PropertyValue(); 652PropertyValues = new FrugalStructList<System.Windows.PropertyValue>(style.Setters.Count); 733PropertyValue propertyValue = style.PropertyValues[i]; 768PropertyValue propertyValue = trigger.PropertyValues[j]; 998/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();
src\Framework\System\Windows\StyleHelper.cs (3)
502ref PropertyValue propertyValue, 873PropertyValue propertyValue = factory.PropertyValues[i]; 945PropertyValue propertyValue = triggerBase.PropertyValues[j];
src\Framework\System\Windows\TemplateContent.cs (19)
255List<PropertyValue> sharedProperties = new List<PropertyValue>(); 263PropertyValue pv = new PropertyValue(); 275PropertyValue value = sharedProperties[i]; 346private void UpdateSharedPropertyNames(string name, List<PropertyValue> sharedProperties, XamlType type) 367PropertyValue sdp = sharedProperties[i]; 391List<PropertyValue> sharedProperties, 420List<PropertyValue> sharedProperties, 468List<PropertyValue> sharedProperties, 647PropertyValue? sharedValue; 864out PropertyValue? sharedValue) 1138out PropertyValue? sharedValue) 1210PropertyValue propertyValue = new PropertyValue(); 1313PropertyValue pv = new PropertyValue(); 1334PropertyValue pv = new PropertyValue(); 1350PropertyValue pv = new PropertyValue(); 1366PropertyValue pv = new PropertyValue(); 1406PropertyValue propertyValue = new PropertyValue(); 1425PropertyValue propertyValue = new PropertyValue();
src\Framework\System\Windows\Trigger.cs (1)
226PropertyValue propertyValue = PropertyValues[i];
src\Framework\System\Windows\TriggerBase.cs (4)
215PropertyValue propertyValue = new PropertyValue(); 238PropertyValue propertyValue = PropertyValues[i]; 391/* property */ internal FrugalStructList<System.Windows.PropertyValue> PropertyValues = new FrugalStructList<System.Windows.PropertyValue>();