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