38 references to PropertyValueType
PresentationFramework (38)
System\Windows\DataTrigger.cs (4)
168
case
PropertyValueType
.Trigger:
169
propertyValue.ValueType =
PropertyValueType
.DataTrigger;
171
case
PropertyValueType
.PropertyTriggerResource:
172
propertyValue.ValueType =
PropertyValueType
.DataTriggerResource;
System\Windows\FrameworkElementFactory.cs (10)
244
UpdatePropertyValueList( dp,
PropertyValueType
.Set, value );
248
UpdatePropertyValueList( dp,
PropertyValueType
.TemplateBinding, templateBinding );
253
UpdatePropertyValueList(dp,
PropertyValueType
.Resource, resourceKey);
283
UpdatePropertyValueList( dp,
PropertyValueType
.Resource, name );
403
PropertyValueType
valueType,
515
if (propertyValue.ValueType ==
PropertyValueType
.Set &&
809
if (propertyValue.ValueType ==
PropertyValueType
.Set)
1244
(propertyValue.ValueType ==
PropertyValueType
.Set ||
1245
propertyValue.ValueType ==
PropertyValueType
.Resource ||
1246
propertyValue.ValueType ==
PropertyValueType
.TemplateBinding))
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (3)
189
case
PropertyValueType
.Set:
190
case
PropertyValueType
.TemplateBinding:
192
case
PropertyValueType
.Resource:
System\Windows\MultiDataTrigger.cs (4)
126
case
PropertyValueType
.Trigger:
127
propertyValue.ValueType =
PropertyValueType
.DataTrigger;
129
case
PropertyValueType
.PropertyTriggerResource:
130
propertyValue.ValueType =
PropertyValueType
.DataTriggerResource;
System\Windows\Style.cs (3)
425
PropertyValueType
valueType,
645
UpdatePropertyValueList( setter.Property,
PropertyValueType
.Set, setter.ValueInternal );
649
UpdatePropertyValueList( setter.Property,
PropertyValueType
.Resource, dynamicResource.ResourceKey );
System\Windows\StyleHelper.cs (1)
5707
internal
PropertyValueType
ValueType;
System\Windows\TemplateContent.cs (10)
251
ValueType =
PropertyValueType
.Set,
267
value.ValueType =
PropertyValueType
.TemplateBinding;
273
value.ValueType =
PropertyValueType
.Resource;
1143
ValueType =
PropertyValueType
.Set
1246
ValueType =
PropertyValueType
.TemplateBinding,
1269
ValueType =
PropertyValueType
.TemplateBinding,
1287
ValueType =
PropertyValueType
.TemplateBinding,
1305
ValueType =
PropertyValueType
.TemplateBinding,
1347
ValueType =
PropertyValueType
.TemplateBinding,
1368
ValueType =
PropertyValueType
.TemplateBinding,
System\Windows\TriggerBase.cs (3)
207
internal void AddToPropertyValues(string childName, DependencyProperty dp, object value,
PropertyValueType
valueType)
292
AddToPropertyValues(target, dp, value,
PropertyValueType
.Trigger);
296
AddToPropertyValues(target, dp, dynamicResource.ResourceKey,
PropertyValueType
.PropertyTriggerResource);