16 writes to ValueInternal
PresentationFramework (16)
src\Framework\System\Windows\FrameworkElementFactory.cs (2)
459
propertyValue.
ValueInternal
= value;
471
propertyValue.
ValueInternal
= value;
src\Framework\System\Windows\Style.cs (2)
469
propertyValue.
ValueInternal
= value;
480
propertyValue.
ValueInternal
= value;
src\Framework\System\Windows\StyleHelper.cs (2)
523
propertyValue.
ValueInternal
= value;
5734
ValueInternal
= deferredReference.GetValue(BaseValueSourceInternal.Unknown);
src\Framework\System\Windows\TemplateContent.cs (9)
266
pv.
ValueInternal
= true;
286
value.
ValueInternal
= dynamicResource.ResourceKey;
1213
propertyValue.
ValueInternal
= value;
1316
pv.
ValueInternal
= new TemplateBindingExtension(dpContent);
1337
pv.
ValueInternal
= new TemplateBindingExtension(dpContentTemplate);
1353
pv.
ValueInternal
= new TemplateBindingExtension(dpContentTemplateSelector);
1369
pv.
ValueInternal
= new TemplateBindingExtension(dpContentStringFormat);
1409
propertyValue.
ValueInternal
= new TemplateBindingExtension(dpContent);
1428
propertyValue.
ValueInternal
= new TemplateBindingExtension(GridView.ColumnCollectionProperty);
src\Framework\System\Windows\TriggerBase.cs (1)
220
propertyValue.
ValueInternal
= value;
15 references to ValueInternal
PresentationFramework (15)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
619
StyleHelper.SealIfSealable(propertyValue.
ValueInternal
);
src\Framework\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
;
src\Framework\System\Windows\TemplateContent.cs (6)
277
if (value.
ValueInternal
is TemplateBindingExtension) // Use ValueInternal to avoid creating deferred resource references
281
else if (value.
ValueInternal
is DynamicResourceExtension) // Use ValueInternal to avoid creating deferred resource references
290
StyleHelper.SealIfSealable(value.
ValueInternal
);
691
sharedValue.Value.
ValueInternal
as String;
697
if (!(sharedValue.Value.
ValueInternal
is String) &&
698
sharedValue.Value.
ValueInternal
!= null)