3 writes to IsCoercedWithCurrentValue
WindowsBase (3)
Base\System\Windows\DependencyObject.cs (2)
1223
newEntry.
IsCoercedWithCurrentValue
= preserveCurrentValue;
1919
newEntry.
IsCoercedWithCurrentValue
= false; // clear flag only used for private communication
Base\System\Windows\EffectiveValueEntry.cs (1)
103
IsCoercedWithCurrentValue
= coerceWithCurrentValue;
12 references to IsCoercedWithCurrentValue
WindowsBase (12)
Base\System\Windows\DependencyObject.cs (9)
362
if (entry.
IsCoercedWithCurrentValue
)
402
entry.SetCoercedValue(value, null, true /* skipBaseValueChecks */, entry.
IsCoercedWithCurrentValue
);
1051
object value = entry.
IsCoercedWithCurrentValue
? entry.ModifiedValue.CoercedValue : entry.LocalValue;
1109
if (entry.
IsCoercedWithCurrentValue
)
1681
Debug.Assert(!(newEntry.IsCoerced && !newEntry.
IsCoercedWithCurrentValue
) &&
1916
newEntry.
IsCoercedWithCurrentValue
)
1989
oldEntry.
IsCoercedWithCurrentValue
&&
2118
isCurrent = entry.
IsCoercedWithCurrentValue
;
2209
object value = entry.
IsCoercedWithCurrentValue
? entry.ModifiedValue.CoercedValue : entry.LocalValue;
Base\System\Windows\EffectiveValueEntry.cs (3)
95
if (
IsCoercedWithCurrentValue
)
216
if (
IsCoercedWithCurrentValue
)
377
if (
IsCoercedWithCurrentValue
)