4 writes to CoerceValueCallback
PresentationCore (1)
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (1)
155propertyMetadata.CoerceValueCallback = coerced;
PresentationFramework (2)
src\Framework\System\Windows\Documents\FixedPage.cs (1)
64metadata.CoerceValueCallback = new CoerceValueCallback(CoerceFlowDirection);
src\Framework\System\Windows\FrameworkPropertyMetadata.cs (1)
111CoerceValueCallback = coerceValueCallback;
WindowsBase (1)
Base\System\Windows\PropertyMetadata.cs (1)
67CoerceValueCallback = coerceValueCallback;
4 references to CoerceValueCallback
WindowsBase (4)
Base\System\Windows\DependencyObject.cs (3)
1446if (metadata.CoerceValueCallback != null && 1462metadata.CoerceValueCallback, 1693dp.OwnerType != metadata.CoerceValueCallback.Method.DeclaringType) // Need 2nd check to rule out derived class callback overrides.
Base\System\Windows\PropertyMetadata.cs (1)
614_coerceValueCallback = baseMetadata.CoerceValueCallback;