3 references to UndoLimitProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (3)
763
/// <see cref="
UndoLimitProperty
"/>
769
return (int)GetValue(
UndoLimitProperty
);
774
SetValue(
UndoLimitProperty
, value);