2 references to IsUndoEnabledProperty
PresentationFramework (2)
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
700
return (bool)GetValue(
IsUndoEnabledProperty
);
705
SetValue(
IsUndoEnabledProperty
, value);