2 overrides of Clear
System.Collections.NonGeneric (1)
System\Collections\Stack.cs (1)
264public override void Clear()
System.Diagnostics.TraceSource (1)
System\Diagnostics\CorrelationManager.cs (1)
61public 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)
382RedoStack.Clear(); 1112RedoStack.Clear();
MS\Internal\IO\Packaging\XamlFilter.cs (1)
959_contextStack.Clear();
System.Collections.NonGeneric (1)
System\Collections\Stack.cs (1)
268_s.Clear();