4 references to RedoCount
PresentationFramework (4)
System\Windows\Controls\Primitives\TextBoxBase.cs (2)
334
if (undoManager != null && undoManager.
RedoCount
> 0)
663
(undoManager.
RedoCount
> 0 ||
System\windows\Documents\TextEditor.cs (2)
627
if (undoManager != null && undoManager.
RedoCount
> 0)
1905
if (undoManager != null && undoManager.
RedoCount
> 0)