3 references to UndoLimitProperty
PresentationFramework (3)
System\Windows\Controls\Primitives\TextBoxBase.cs (3)
733
/// <see cref="
UndoLimitProperty
"/>
739
return (int)GetValue(
UndoLimitProperty
);
744
SetValue(
UndoLimitProperty
, value);