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