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