1 write to _contextStack
PresentationFramework (1)
MS\Internal\IO\Packaging\XamlFilter.cs (1)
104
_contextStack
= new Stack(32);
5 references to _contextStack
PresentationFramework (5)
MS\Internal\IO\Packaging\XamlFilter.cs (5)
373
Debug.Assert(
_contextStack
.Count == 0);
931
return (ContentDescriptor)
_contextStack
.Peek();
940
_contextStack
.Push(contentDescriptor);
945
ContentDescriptor topOfStack = (ContentDescriptor)
_contextStack
.Pop();
958
_contextStack
.Clear();