2 references to IsUndoEnabledProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\TextBoxBase.cs (2)
731
return (bool)GetValue(
IsUndoEnabledProperty
);
736
SetValue(
IsUndoEnabledProperty
, value);