1 write to PropertyValues
PresentationFramework (1)
System\Windows\Style.cs (1)
619
PropertyValues
= new FrugalStructList<System.Windows.PropertyValue>(style.Setters.Count);
8 references to PropertyValues
PresentationFramework (8)
System\Windows\Style.cs (8)
429
for( int i = 0; i <
PropertyValues
.Count; i++ )
431
if(
PropertyValues
[i].Property == dp )
441
PropertyValue propertyValue =
PropertyValues
[existingIndex];
445
PropertyValues
[existingIndex] = propertyValue;
458
PropertyValues
.Add(propertyValue);
617
if(
PropertyValues
.Count == 0)
698
for (int i = 0; i < style.
PropertyValues
.Count; i++)
700
PropertyValue propertyValue = style.
PropertyValues
[i];