1 write to _contextStack
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
111_contextStack = new Stack(32);
5 references to _contextStack
PresentationFramework (5)
MS\Internal\IO\Packaging\XamlFilter.cs (5)
380Debug.Assert(_contextStack.Count == 0); 944return (ContentDescriptor) _contextStack.Peek(); 953_contextStack.Push(contentDescriptor); 958ContentDescriptor topOfStack = (ContentDescriptor) _contextStack.Pop(); 971_contextStack.Clear();