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