1 override of Clear
mscorlib (1)
system\collections\stack.cs (1)
260public override void Clear() {
7 references to Clear
mscorlib (1)
system\collections\stack.cs (1)
262_s.Clear();
PresentationBuildTasks (1)
BuildTasks\Ms\Internal\MarkupCompiler\MarkupCompiler.cs (1)
565_codeContexts.Clear();
PresentationFramework (4)
src\Framework\MS\Internal\Documents\ParentUndoUnit.cs (1)
288_units.Clear();
src\Framework\MS\Internal\Documents\UndoManager.cs (2)
417RedoStack.Clear(); 1154RedoStack.Clear();
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
991_contextStack.Clear();
System.Web (1)
BufferAllocator.cs (1)
74_buffers.Clear();