1 write to _contextStack
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
105_contextStack = new Stack(32);
5 references to _contextStack
PresentationFramework (5)
MS\Internal\IO\Packaging\XamlFilter.cs (5)
374Debug.Assert(_contextStack.Count == 0); 938return (ContentDescriptor) _contextStack.Peek(); 947_contextStack.Push(contentDescriptor); 952ContentDescriptor topOfStack = (ContentDescriptor) _contextStack.Pop(); 965_contextStack.Clear();