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