17 references to PropertyValues
PresentationFramework (17)
System\Windows\FrameworkElementFactory.cs (14)
420
for( int i = 0; i <
PropertyValues
.Count; i++ )
422
if(
PropertyValues
[i].Property == dp )
434
PropertyValue propertyValue =
PropertyValues
[existingIndex];
438
PropertyValues
[existingIndex] = propertyValue;
452
PropertyValues
.Add(propertyValue);
522
for (int i = 0; i <
PropertyValues
.Count; i++)
524
var propertyValue =
PropertyValues
[i];
591
for (int i = 0; i <
PropertyValues
.Count; i++)
593
PropertyValue propertyValue =
PropertyValues
[i];
600
PropertyValues
[i] = propertyValue;
816
for (int i = 0; i <
PropertyValues
.Count; i++)
818
var propertyValue =
PropertyValues
[i];
1250
for (int i = 0; i <
PropertyValues
.Count; i++)
1252
var propertyValue =
PropertyValues
[i];
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
77
FrugalStructList<PropertyValue> propertyValues = _factory.
PropertyValues
;
System\Windows\StyleHelper.cs (2)
871
for (int i = 0; i < factory.
PropertyValues
.Count; i++)
873
PropertyValue propertyValue = factory.
PropertyValues
[i];