17 references to PropertyValues
PresentationFramework (17)
System\Windows\FrameworkElementFactory.cs (14)
407
for( int i = 0; i <
PropertyValues
.Count; i++ )
409
if(
PropertyValues
[i].Property == dp )
421
PropertyValue propertyValue =
PropertyValues
[existingIndex];
425
PropertyValues
[existingIndex] = propertyValue;
441
PropertyValues
.Add(propertyValue);
511
for (int i = 0; i <
PropertyValues
.Count; i++)
513
var propertyValue =
PropertyValues
[i];
580
for (int i = 0; i <
PropertyValues
.Count; i++)
582
PropertyValue propertyValue =
PropertyValues
[i];
589
PropertyValues
[i] = propertyValue;
805
for (int i = 0; i <
PropertyValues
.Count; i++)
807
var propertyValue =
PropertyValues
[i];
1239
for (int i = 0; i <
PropertyValues
.Count; i++)
1241
var propertyValue =
PropertyValues
[i];
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
70
FrugalStructList<PropertyValue> propertyValues = _factory.
PropertyValues
;
System\Windows\StyleHelper.cs (2)
862
for (int i = 0; i < factory.
PropertyValues
.Count; i++)
864
PropertyValue propertyValue = factory.
PropertyValues
[i];