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