21 references to ValidateValueCallback
PresentationFramework (15)
src\Framework\System\Windows\Controls\DefinitionBase.cs (4)
185
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
213
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
242
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
542
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
src\Framework\System\Windows\Controls\Grid.cs (2)
3059
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
3067
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (1)
2182
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
src\Framework\System\Windows\Controls\TextBox.cs (4)
1499
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
1507
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
1515
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
1523
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
src\Framework\System\Windows\Documents\TableCell.cs (2)
563
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
573
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
src\Framework\System\Windows\Documents\TableColumn.cs (1)
199
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
src\Framework\System\Windows\Documents\TextElement.cs (1)
1651
/// <see cref="DependencyProperty.
ValidateValueCallback
"/>
WindowsBase (6)
Base\System\Windows\DependencyProperty.cs (6)
389
ValidateDefaultValueCommon(defaultValue, PropertyType, Name,
ValidateValueCallback
, false);
494
ValidateMetadataDefaultValue( typeMetadata, PropertyType, Name,
ValidateValueCallback
);
934
if (
ValidateValueCallback
!= null)
937
return
ValidateValueCallback
(value);
983
if (
ValidateValueCallback
!= null)
986
return
ValidateValueCallback
(value);