11 references to SetCurrentValue
PresentationFramework (9)
src\Framework\MS\Internal\Helper.cs (1)
941
container.
SetCurrentValue
(dp, modifiedItemValue.Value);
src\Framework\System\Windows\Controls\DataGrid.cs (1)
7588
SetCurrentValue
(ItemBindingGroupProperty, _defaultBindingGroup);
src\Framework\System\Windows\Controls\DatePicker.cs (1)
851
SetCurrentValue
(property, value);
src\Framework\System\Windows\Controls\Image.cs (2)
339
SetCurrentValue
(SourceProperty, null);
439
SetCurrentValue
(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)
791
d.
SetCurrentValue
(VirtualizingPanel.IsContainerVirtualizableProperty, false);
WindowsBase (2)
Base\System\Windows\DependencyObject.cs (2)
478
SetCurrentValue
(dp, MS.Internal.KnownBoxes.BooleanBoxes.Box(value));
1111
SetCurrentValue
(dp, entry.ModifiedValue.CoercedValue);