16 writes to ValueInternal
PresentationFramework (16)
System\Windows\FrameworkElementFactory.cs (2)
436propertyValue.ValueInternal = value; 448propertyValue.ValueInternal = value;
System\Windows\Style.cs (2)
463propertyValue.ValueInternal = value; 474propertyValue.ValueInternal = value;
System\Windows\StyleHelper.cs (2)
523propertyValue.ValueInternal = value; 5734ValueInternal = deferredReference.GetValue(BaseValueSourceInternal.Unknown);
System\Windows\TemplateContent.cs (9)
255pv.ValueInternal = true; 275value.ValueInternal = dynamicResource.ResourceKey; 1148propertyValue.ValueInternal = value; 1252pv.ValueInternal = new TemplateBindingExtension(dpContent); 1273pv.ValueInternal = new TemplateBindingExtension(dpContentTemplate); 1289pv.ValueInternal = new TemplateBindingExtension(dpContentTemplateSelector); 1305pv.ValueInternal = new TemplateBindingExtension(dpContentStringFormat); 1345propertyValue.ValueInternal = new TemplateBindingExtension(dpContent); 1364propertyValue.ValueInternal = new TemplateBindingExtension(GridView.ColumnCollectionProperty);
System\Windows\TriggerBase.cs (1)
220propertyValue.ValueInternal = value;
15 references to ValueInternal
PresentationFramework (15)
System\Windows\FrameworkElementFactory.cs (1)
597StyleHelper.SealIfSealable(propertyValue.ValueInternal);
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;
System\Windows\TemplateContent.cs (6)
266if (value.ValueInternal is TemplateBindingExtension) // Use ValueInternal to avoid creating deferred resource references 270else if (value.ValueInternal is DynamicResourceExtension) // Use ValueInternal to avoid creating deferred resource references 279StyleHelper.SealIfSealable(value.ValueInternal); 626sharedValue.Value.ValueInternal as String; 632if (!(sharedValue.Value.ValueInternal is String) && 633sharedValue.Value.ValueInternal != null)