16 writes to ValueInternal
PresentationFramework (16)
System\Windows\FrameworkElementFactory.cs (2)
428
propertyValue.
ValueInternal
= value;
440
propertyValue.
ValueInternal
= value;
System\Windows\Style.cs (2)
453
propertyValue.
ValueInternal
= value;
464
propertyValue.
ValueInternal
= value;
System\Windows\StyleHelper.cs (2)
517
propertyValue.
ValueInternal
= value;
5728
ValueInternal
= deferredReference.GetValue(BaseValueSourceInternal.Unknown);
System\Windows\TemplateContent.cs (9)
252
pv.
ValueInternal
= true;
272
value.
ValueInternal
= dynamicResource.ResourceKey;
1145
propertyValue.
ValueInternal
= value;
1249
pv.
ValueInternal
= new TemplateBindingExtension(dpContent);
1270
pv.
ValueInternal
= new TemplateBindingExtension(dpContentTemplate);
1286
pv.
ValueInternal
= new TemplateBindingExtension(dpContentTemplateSelector);
1302
pv.
ValueInternal
= new TemplateBindingExtension(dpContentStringFormat);
1342
propertyValue.
ValueInternal
= new TemplateBindingExtension(dpContent);
1361
propertyValue.
ValueInternal
= new TemplateBindingExtension(GridView.ColumnCollectionProperty);
System\Windows\TriggerBase.cs (1)
215
propertyValue.
ValueInternal
= value;
15 references to ValueInternal
PresentationFramework (15)
System\Windows\FrameworkElementFactory.cs (1)
589
StyleHelper.SealIfSealable(propertyValue.
ValueInternal
);
System\Windows\StyleHelper.cs (8)
515
object value = propertyValue.
ValueInternal
;
528
valueLookup.Value = propertyValue.
ValueInternal
;
578
AddResourceDependent(childIndex, propertyValue.Property, propertyValue.
ValueInternal
, ref resourceDependents);
618
AddResourceDependent(childIndex, propertyValue.Property, propertyValue.
ValueInternal
, ref resourceDependents);
632
TemplateBindingExtension templateBinding = (TemplateBindingExtension)propertyValue.
ValueInternal
;
655
AddResourceDependent(childIndex, propertyValue.Property, propertyValue.
ValueInternal
, ref resourceDependents);
5725
DeferredReference deferredReference =
ValueInternal
as DeferredReference;
5731
return
ValueInternal
;
System\Windows\TemplateContent.cs (6)
263
if (value.
ValueInternal
is TemplateBindingExtension) // Use ValueInternal to avoid creating deferred resource references
267
else if (value.
ValueInternal
is DynamicResourceExtension) // Use ValueInternal to avoid creating deferred resource references
276
StyleHelper.SealIfSealable(value.
ValueInternal
);
623
sharedValue.Value.
ValueInternal
as String;
629
if (!(sharedValue.Value.
ValueInternal
is String) &&
630
sharedValue.Value.
ValueInternal
!= null)