17 references to PropertyValues
PresentationFramework (17)
System\Windows\FrameworkElementFactory.cs (14)
408
for( int i = 0; i <
PropertyValues
.Count; i++ )
410
if(
PropertyValues
[i].Property == dp )
422
PropertyValue propertyValue =
PropertyValues
[existingIndex];
426
PropertyValues
[existingIndex] = propertyValue;
442
PropertyValues
.Add(propertyValue);
512
for (int i = 0; i <
PropertyValues
.Count; i++)
514
var propertyValue =
PropertyValues
[i];
581
for (int i = 0; i <
PropertyValues
.Count; i++)
583
PropertyValue propertyValue =
PropertyValues
[i];
590
PropertyValues
[i] = propertyValue;
806
for (int i = 0; i <
PropertyValues
.Count; i++)
808
var propertyValue =
PropertyValues
[i];
1240
for (int i = 0; i <
PropertyValues
.Count; i++)
1242
var propertyValue =
PropertyValues
[i];
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (1)
71
FrugalStructList<PropertyValue> propertyValues = _factory.
PropertyValues
;
System\Windows\StyleHelper.cs (2)
867
for (int i = 0; i < factory.
PropertyValues
.Count; i++)
869
PropertyValue propertyValue = factory.
PropertyValues
[i];