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