2 overrides of Clear
System.Collections.NonGeneric (1)
System\Collections\Stack.cs (1)
264
public override void
Clear
()
System.Diagnostics.TraceSource (1)
System\Diagnostics\CorrelationManager.cs (1)
61
public override void
Clear
() => _stack.Value = null;
6 references to Clear
PresentationBuildTasks (1)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (1)
564
_codeContexts.
Clear
();
PresentationFramework (4)
MS\Internal\Documents\ParentUndoUnit.cs (1)
271
_units.
Clear
();
MS\Internal\Documents\UndoManager.cs (2)
382
RedoStack.
Clear
();
1112
RedoStack.
Clear
();
MS\Internal\IO\Packaging\XamlFilter.cs (1)
959
_contextStack.
Clear
();
System.Collections.NonGeneric (1)
System\Collections\Stack.cs (1)
268
_s.
Clear
();