3 writes to stack
PresentationCore (3)
MS\Internal\TextFormatting\Bidi.cs (3)
204stack = initialStack; 212if (!PushCore(ref stack, pushToGreaterEven, currentStackLevel, out newMaximumLevel)) 223if (!PopCore(ref stack, currentStackLevel, out newMaximumLevel))
2 references to stack
PresentationCore (2)
MS\Internal\TextFormatting\Bidi.cs (2)
232return GetMinimumLevel(stack); 242return stack;