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)
374
Debug.Assert(
_contextStack
.Count == 0);
938
return (ContentDescriptor)
_contextStack
.Peek();
947
_contextStack
.Push(contentDescriptor);
952
ContentDescriptor topOfStack = (ContentDescriptor)
_contextStack
.Pop();
965
_contextStack
.Clear();