3 writes to stack
PresentationCore (3)
MS\Internal\TextFormatting\Bidi.cs (3)
205stack = initialStack; 213if (!PushCore(ref stack, pushToGreaterEven, currentStackLevel, out newMaximumLevel)) 224if (!PopCore(ref stack, currentStackLevel, out newMaximumLevel))
2 references to stack
PresentationCore (2)
MS\Internal\TextFormatting\Bidi.cs (2)
233return GetMinimumLevel(stack); 243return stack;