38 references to PropertyValueType
PresentationFramework (38)
src\Framework\System\Windows\DataTrigger.cs (4)
171
case
PropertyValueType
.Trigger:
172
propertyValue.ValueType =
PropertyValueType
.DataTrigger;
174
case
PropertyValueType
.PropertyTriggerResource:
175
propertyValue.ValueType =
PropertyValueType
.DataTriggerResource;
src\Framework\System\Windows\FrameworkElementFactory.cs (10)
262
UpdatePropertyValueList( dp,
PropertyValueType
.Set, value );
266
UpdatePropertyValueList( dp,
PropertyValueType
.TemplateBinding, templateBinding );
271
UpdatePropertyValueList(dp,
PropertyValueType
.Resource, resourceKey);
304
UpdatePropertyValueList( dp,
PropertyValueType
.Resource, name );
438
PropertyValueType
valueType,
547
if (PropertyValues[i].ValueType ==
PropertyValueType
.Set &&
840
if (PropertyValues[i].ValueType ==
PropertyValueType
.Set)
1277
(PropertyValues[i].ValueType ==
PropertyValueType
.Set ||
1278
PropertyValues[i].ValueType ==
PropertyValueType
.Resource ||
1279
PropertyValues[i].ValueType ==
PropertyValueType
.TemplateBinding))
src\Framework\System\Windows\Markup\Primitives\FrameworkElementFactoryMarkupObject.cs (3)
201
case
PropertyValueType
.Set:
202
case
PropertyValueType
.TemplateBinding:
204
case
PropertyValueType
.Resource:
src\Framework\System\Windows\MultiDataTrigger.cs (4)
132
case
PropertyValueType
.Trigger:
133
propertyValue.ValueType =
PropertyValueType
.DataTrigger;
135
case
PropertyValueType
.PropertyTriggerResource:
136
propertyValue.ValueType =
PropertyValueType
.DataTriggerResource;
src\Framework\System\Windows\Style.cs (3)
450
PropertyValueType
valueType,
677
UpdatePropertyValueList( setter.Property,
PropertyValueType
.Set, setter.ValueInternal );
681
UpdatePropertyValueList( setter.Property,
PropertyValueType
.Resource, dynamicResource.ResourceKey );
src\Framework\System\Windows\StyleHelper.cs (1)
5717
internal
PropertyValueType
ValueType;
src\Framework\System\Windows\TemplateContent.cs (10)
264
pv.ValueType =
PropertyValueType
.Set;
279
value.ValueType =
PropertyValueType
.TemplateBinding;
285
value.ValueType =
PropertyValueType
.Resource;
1214
propertyValue.ValueType =
PropertyValueType
.Set;
1314
pv.ValueType =
PropertyValueType
.TemplateBinding;
1335
pv.ValueType =
PropertyValueType
.TemplateBinding;
1351
pv.ValueType =
PropertyValueType
.TemplateBinding;
1367
pv.ValueType =
PropertyValueType
.TemplateBinding;
1407
propertyValue.ValueType =
PropertyValueType
.TemplateBinding;
1426
propertyValue.ValueType =
PropertyValueType
.TemplateBinding;
src\Framework\System\Windows\TriggerBase.cs (3)
212
internal void AddToPropertyValues(string childName, DependencyProperty dp, object value,
PropertyValueType
valueType)
302
AddToPropertyValues(target, dp, value,
PropertyValueType
.Trigger);
306
AddToPropertyValues(target, dp, dynamicResource.ResourceKey,
PropertyValueType
.PropertyTriggerResource);