16 writes to ValueInternal
PresentationFramework (16)
src\Framework\System\Windows\FrameworkElementFactory.cs (2)
459propertyValue.ValueInternal = value; 471propertyValue.ValueInternal = value;
src\Framework\System\Windows\Style.cs (2)
469propertyValue.ValueInternal = value; 480propertyValue.ValueInternal = value;
src\Framework\System\Windows\StyleHelper.cs (2)
523propertyValue.ValueInternal = value; 5734ValueInternal = deferredReference.GetValue(BaseValueSourceInternal.Unknown);
src\Framework\System\Windows\TemplateContent.cs (9)
266pv.ValueInternal = true; 286value.ValueInternal = dynamicResource.ResourceKey; 1213propertyValue.ValueInternal = value; 1316pv.ValueInternal = new TemplateBindingExtension(dpContent); 1337pv.ValueInternal = new TemplateBindingExtension(dpContentTemplate); 1353pv.ValueInternal = new TemplateBindingExtension(dpContentTemplateSelector); 1369pv.ValueInternal = new TemplateBindingExtension(dpContentStringFormat); 1409propertyValue.ValueInternal = new TemplateBindingExtension(dpContent); 1428propertyValue.ValueInternal = new TemplateBindingExtension(GridView.ColumnCollectionProperty);
src\Framework\System\Windows\TriggerBase.cs (1)
220propertyValue.ValueInternal = value;
15 references to ValueInternal
PresentationFramework (15)
src\Framework\System\Windows\FrameworkElementFactory.cs (1)
619StyleHelper.SealIfSealable(propertyValue.ValueInternal);
src\Framework\System\Windows\StyleHelper.cs (8)
521object value = propertyValue.ValueInternal; 534valueLookup.Value = propertyValue.ValueInternal; 584AddResourceDependent(childIndex, propertyValue.Property, propertyValue.ValueInternal, ref resourceDependents); 624AddResourceDependent(childIndex, propertyValue.Property, propertyValue.ValueInternal, ref resourceDependents); 638TemplateBindingExtension templateBinding = (TemplateBindingExtension)propertyValue.ValueInternal; 661AddResourceDependent(childIndex, propertyValue.Property, propertyValue.ValueInternal, ref resourceDependents); 5731DeferredReference deferredReference = ValueInternal as DeferredReference; 5737return ValueInternal;
src\Framework\System\Windows\TemplateContent.cs (6)
277if (value.ValueInternal is TemplateBindingExtension) // Use ValueInternal to avoid creating deferred resource references 281else if (value.ValueInternal is DynamicResourceExtension) // Use ValueInternal to avoid creating deferred resource references 290StyleHelper.SealIfSealable(value.ValueInternal); 691sharedValue.Value.ValueInternal as String; 697if (!(sharedValue.Value.ValueInternal is String) && 698sharedValue.Value.ValueInternal != null)