16 writes to ValueInternal
PresentationFramework (16)
System\Windows\FrameworkElementFactory.cs (2)
436
propertyValue.
ValueInternal
= value;
448
propertyValue.
ValueInternal
= value;
System\Windows\Style.cs (2)
463
propertyValue.
ValueInternal
= value;
474
propertyValue.
ValueInternal
= value;
System\Windows\StyleHelper.cs (2)
523
propertyValue.
ValueInternal
= value;
5734
ValueInternal
= deferredReference.GetValue(BaseValueSourceInternal.Unknown);
System\Windows\TemplateContent.cs (9)
255
pv.
ValueInternal
= true;
275
value.
ValueInternal
= dynamicResource.ResourceKey;
1148
propertyValue.
ValueInternal
= value;
1252
pv.
ValueInternal
= new TemplateBindingExtension(dpContent);
1273
pv.
ValueInternal
= new TemplateBindingExtension(dpContentTemplate);
1289
pv.
ValueInternal
= new TemplateBindingExtension(dpContentTemplateSelector);
1305
pv.
ValueInternal
= new TemplateBindingExtension(dpContentStringFormat);
1345
propertyValue.
ValueInternal
= new TemplateBindingExtension(dpContent);
1364
propertyValue.
ValueInternal
= new TemplateBindingExtension(GridView.ColumnCollectionProperty);
System\Windows\TriggerBase.cs (1)
220
propertyValue.
ValueInternal
= value;
15 references to ValueInternal
PresentationFramework (15)
System\Windows\FrameworkElementFactory.cs (1)
597
StyleHelper.SealIfSealable(propertyValue.
ValueInternal
);
System\Windows\StyleHelper.cs (8)
521
object value = propertyValue.
ValueInternal
;
534
valueLookup.Value = propertyValue.
ValueInternal
;
584
AddResourceDependent(childIndex, propertyValue.Property, propertyValue.
ValueInternal
, ref resourceDependents);
624
AddResourceDependent(childIndex, propertyValue.Property, propertyValue.
ValueInternal
, ref resourceDependents);
638
TemplateBindingExtension templateBinding = (TemplateBindingExtension)propertyValue.
ValueInternal
;
661
AddResourceDependent(childIndex, propertyValue.Property, propertyValue.
ValueInternal
, ref resourceDependents);
5731
DeferredReference deferredReference =
ValueInternal
as DeferredReference;
5737
return
ValueInternal
;
System\Windows\TemplateContent.cs (6)
266
if (value.
ValueInternal
is TemplateBindingExtension) // Use ValueInternal to avoid creating deferred resource references
270
else if (value.
ValueInternal
is DynamicResourceExtension) // Use ValueInternal to avoid creating deferred resource references
279
StyleHelper.SealIfSealable(value.
ValueInternal
);
626
sharedValue.Value.
ValueInternal
as String;
632
if (!(sharedValue.Value.
ValueInternal
is String) &&
633
sharedValue.Value.
ValueInternal
!= null)