11 references to SetCurrentValue
PresentationFramework (9)
src\Framework\MS\Internal\Helper.cs (1)
941container.SetCurrentValue(dp, modifiedItemValue.Value);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
7588SetCurrentValue(ItemBindingGroupProperty, _defaultBindingGroup);
src\Framework\System\Windows\Controls\DatePicker.cs (1)
851SetCurrentValue(property, value);
src\Framework\System\Windows\Controls\Image.cs (2)
339SetCurrentValue(SourceProperty, null); 439SetCurrentValue(SourceProperty, null);
src\Framework\System\Windows\Controls\ProgressBar.cs (3)
207_glow.SetCurrentValue(Shape.FillProperty, b); 219_glow.SetCurrentValue(UIElement.OpacityMaskProperty, mask); 220_glow.SetCurrentValue(Shape.FillProperty, this.Foreground);
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
791d.SetCurrentValue(VirtualizingPanel.IsContainerVirtualizableProperty, false);
WindowsBase (2)
Base\System\Windows\DependencyObject.cs (2)
478SetCurrentValue(dp, MS.Internal.KnownBoxes.BooleanBoxes.Box(value)); 1111SetCurrentValue(dp, entry.ModifiedValue.CoercedValue);