1 write to _contextStack
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (1)
131_contextStack = new Stack(32);
5 references to _contextStack
PresentationFramework (5)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (5)
400Debug.Assert(_contextStack.Count == 0); 964return (ContentDescriptor) _contextStack.Peek(); 973_contextStack.Push(contentDescriptor); 978ContentDescriptor topOfStack = (ContentDescriptor) _contextStack.Pop(); 991_contextStack.Clear();