20 references to PropertyValues
PresentationFramework (20)
src\Framework\System\Windows\DataTrigger.cs (3)
164for (int i = 0; i < PropertyValues.Count; i++) 166PropertyValue propertyValue = PropertyValues[i]; 182PropertyValues[i] = propertyValue;
src\Framework\System\Windows\EventTrigger.cs (1)
216if( PropertyValues.Count > 0 )
src\Framework\System\Windows\MultiDataTrigger.cs (3)
126for (int i = 0; i < PropertyValues.Count; ++i) 128PropertyValue propertyValue = PropertyValues[i]; 143PropertyValues[i] = propertyValue;
src\Framework\System\Windows\MultiTrigger.cs (3)
112for (int i = 0; i < PropertyValues.Count; i++) 114PropertyValue propertyValue = PropertyValues[i]; 117PropertyValues[i] = propertyValue;
src\Framework\System\Windows\Style.cs (2)
766for (int j = 0; j < trigger.PropertyValues.Count; j++) 768PropertyValue propertyValue = trigger.PropertyValues[j];
src\Framework\System\Windows\StyleHelper.cs (2)
943for (int j = 0; j < triggerBase.PropertyValues.Count; j++) 945PropertyValue propertyValue = triggerBase.PropertyValues[j];
src\Framework\System\Windows\Trigger.cs (3)
224for (int i = 0; i < PropertyValues.Count; i++) 226PropertyValue propertyValue = PropertyValues[i]; 229PropertyValues[i] = propertyValue;
src\Framework\System\Windows\TriggerBase.cs (3)
222PropertyValues.Add(propertyValue); 236for (int i = 0; i < PropertyValues.Count; i++) 238PropertyValue propertyValue = PropertyValues[i];