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