1 write to PropertyValues
PresentationFramework (1)
System\Windows\Style.cs (1)
636
PropertyValues
= new FrugalStructList<System.Windows.PropertyValue>(style.Setters.Count);
8 references to PropertyValues
PresentationFramework (8)
System\Windows\Style.cs (8)
439
for( int i = 0; i <
PropertyValues
.Count; i++ )
441
if(
PropertyValues
[i].Property == dp )
451
PropertyValue propertyValue =
PropertyValues
[existingIndex];
455
PropertyValues
[existingIndex] = propertyValue;
466
PropertyValues
.Add(propertyValue);
634
if(
PropertyValues
.Count == 0)
715
for (int i = 0; i < style.
PropertyValues
.Count; i++)
717
PropertyValue propertyValue = style.
PropertyValues
[i];