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