38 references to PropertyValueType
PresentationFramework (38)
System\Windows\DataTrigger.cs (4)
167
case
PropertyValueType
.Trigger:
168
propertyValue.ValueType =
PropertyValueType
.DataTrigger;
170
case
PropertyValueType
.PropertyTriggerResource:
171
propertyValue.ValueType =
PropertyValueType
.DataTriggerResource;
System\Windows\FrameworkElementFactory.cs (10)
243
UpdatePropertyValueList( dp,
PropertyValueType
.Set, value );
247
UpdatePropertyValueList( dp,
PropertyValueType
.TemplateBinding, templateBinding );
252
UpdatePropertyValueList(dp,
PropertyValueType
.Resource, resourceKey);
282
UpdatePropertyValueList( dp,
PropertyValueType
.Resource, name );
402
PropertyValueType
valueType,
514
if (propertyValue.ValueType ==
PropertyValueType
.Set &&
808
if (propertyValue.ValueType ==
PropertyValueType
.Set)
1243
(propertyValue.ValueType ==
PropertyValueType
.Set ||
1244
propertyValue.ValueType ==
PropertyValueType
.Resource ||
1245
propertyValue.ValueType ==
PropertyValueType
.TemplateBinding))
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (3)
188
case
PropertyValueType
.Set:
189
case
PropertyValueType
.TemplateBinding:
191
case
PropertyValueType
.Resource:
System\Windows\MultiDataTrigger.cs (4)
125
case
PropertyValueType
.Trigger:
126
propertyValue.ValueType =
PropertyValueType
.DataTrigger;
128
case
PropertyValueType
.PropertyTriggerResource:
129
propertyValue.ValueType =
PropertyValueType
.DataTriggerResource;
System\Windows\Style.cs (3)
424
PropertyValueType
valueType,
644
UpdatePropertyValueList( setter.Property,
PropertyValueType
.Set, setter.ValueInternal );
648
UpdatePropertyValueList( setter.Property,
PropertyValueType
.Resource, dynamicResource.ResourceKey );
System\Windows\StyleHelper.cs (1)
5706
internal
PropertyValueType
ValueType;
System\Windows\TemplateContent.cs (10)
250
ValueType =
PropertyValueType
.Set,
266
value.ValueType =
PropertyValueType
.TemplateBinding;
272
value.ValueType =
PropertyValueType
.Resource;
1140
ValueType =
PropertyValueType
.Set
1243
ValueType =
PropertyValueType
.TemplateBinding,
1266
ValueType =
PropertyValueType
.TemplateBinding,
1284
ValueType =
PropertyValueType
.TemplateBinding,
1302
ValueType =
PropertyValueType
.TemplateBinding,
1344
ValueType =
PropertyValueType
.TemplateBinding,
1365
ValueType =
PropertyValueType
.TemplateBinding,
System\Windows\TriggerBase.cs (3)
206
internal void AddToPropertyValues(string childName, DependencyProperty dp, object value,
PropertyValueType
valueType)
291
AddToPropertyValues(target, dp, value,
PropertyValueType
.Trigger);
295
AddToPropertyValues(target, dp, dynamicResource.ResourceKey,
PropertyValueType
.PropertyTriggerResource);