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