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)
380
Debug.Assert(
_contextStack
.Count == 0);
944
return (ContentDescriptor)
_contextStack
.Peek();
953
_contextStack
.Push(contentDescriptor);
958
ContentDescriptor topOfStack = (ContentDescriptor)
_contextStack
.Pop();
971
_contextStack
.Clear();