38 references to PropertyValueType
PresentationFramework (38)
System\Windows\DataTrigger.cs (4)
170
case
PropertyValueType
.Trigger:
171
propertyValue.ValueType =
PropertyValueType
.DataTrigger;
173
case
PropertyValueType
.PropertyTriggerResource:
174
propertyValue.ValueType =
PropertyValueType
.DataTriggerResource;
System\Windows\FrameworkElementFactory.cs (10)
256
UpdatePropertyValueList( dp,
PropertyValueType
.Set, value );
260
UpdatePropertyValueList( dp,
PropertyValueType
.TemplateBinding, templateBinding );
265
UpdatePropertyValueList(dp,
PropertyValueType
.Resource, resourceKey);
295
UpdatePropertyValueList( dp,
PropertyValueType
.Resource, name );
415
PropertyValueType
valueType,
525
if (propertyValue.ValueType ==
PropertyValueType
.Set &&
819
if (propertyValue.ValueType ==
PropertyValueType
.Set)
1254
(propertyValue.ValueType ==
PropertyValueType
.Set ||
1255
propertyValue.ValueType ==
PropertyValueType
.Resource ||
1256
propertyValue.ValueType ==
PropertyValueType
.TemplateBinding))
System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (3)
195
case
PropertyValueType
.Set:
196
case
PropertyValueType
.TemplateBinding:
198
case
PropertyValueType
.Resource:
System\Windows\MultiDataTrigger.cs (4)
131
case
PropertyValueType
.Trigger:
132
propertyValue.ValueType =
PropertyValueType
.DataTrigger;
134
case
PropertyValueType
.PropertyTriggerResource:
135
propertyValue.ValueType =
PropertyValueType
.DataTriggerResource;
System\Windows\Style.cs (3)
444
PropertyValueType
valueType,
671
UpdatePropertyValueList( setter.Property,
PropertyValueType
.Set, setter.ValueInternal );
675
UpdatePropertyValueList( setter.Property,
PropertyValueType
.Resource, dynamicResource.ResourceKey );
System\Windows\StyleHelper.cs (1)
5717
internal
PropertyValueType
ValueType;
System\Windows\TemplateContent.cs (10)
253
pv.ValueType =
PropertyValueType
.Set;
268
value.ValueType =
PropertyValueType
.TemplateBinding;
274
value.ValueType =
PropertyValueType
.Resource;
1149
propertyValue.ValueType =
PropertyValueType
.Set;
1250
pv.ValueType =
PropertyValueType
.TemplateBinding;
1271
pv.ValueType =
PropertyValueType
.TemplateBinding;
1287
pv.ValueType =
PropertyValueType
.TemplateBinding;
1303
pv.ValueType =
PropertyValueType
.TemplateBinding;
1343
propertyValue.ValueType =
PropertyValueType
.TemplateBinding;
1362
propertyValue.ValueType =
PropertyValueType
.TemplateBinding;
System\Windows\TriggerBase.cs (3)
212
internal void AddToPropertyValues(string childName, DependencyProperty dp, object value,
PropertyValueType
valueType)
301
AddToPropertyValues(target, dp, value,
PropertyValueType
.Trigger);
305
AddToPropertyValues(target, dp, dynamicResource.ResourceKey,
PropertyValueType
.PropertyTriggerResource);