16 references to CoerceValueCallback
PresentationCore (4)
Core\CSharp\System\Windows\Media\Animation\Animatable.cs (1)
131CoerceValueCallback coerced)
Core\CSharp\System\Windows\Media\Animation\IndependentlyAnimatedPropertyMetadata.cs (1)
16PropertyChangedCallback propertyChangedCallback, CoerceValueCallback coerceValueCallback)
Core\CSharp\System\Windows\UIPropertyMetadata.cs (2)
60CoerceValueCallback coerceValueCallback) : 74CoerceValueCallback coerceValueCallback,
PresentationFramework (5)
src\Framework\System\Windows\FrameworkPropertyMetadata.cs (5)
107CoerceValueCallback coerceValueCallback) : 136CoerceValueCallback coerceValueCallback) : 180CoerceValueCallback coerceValueCallback) : 198CoerceValueCallback coerceValueCallback, 218CoerceValueCallback coerceValueCallback,
WindowsBase (7)
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (1)
531public CoerceValueCallback DesignerCoerceValueCallback
Base\System\Windows\DependencyObject.cs (1)
1674CoerceValueCallback coerceValueCallback,
Base\System\Windows\DependencyProperty.cs (2)
1187internal CoerceValueCallback DesignerCoerceValueCallback 1232private CoerceValueCallback _designerCoerceValueCallback;
Base\System\Windows\PropertyMetadata.cs (3)
63CoerceValueCallback coerceValueCallback) 370public CoerceValueCallback CoerceValueCallback 683private CoerceValueCallback _coerceValueCallback;