6 writes to Overflow
PresentationCore (6)
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (3)
562Overflow = 0; 2381stateOut.Overflow = stackOverflow; 2515state.Overflow = 0;
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (3)
1029state.Overflow++; 1053state.Overflow --; 2557Overflow = overflowLevels;
2 references to Overflow
PresentationCore (2)
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (1)
1931stackOverflow = stateIn.Overflow;
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
1051if (state.Overflow > 0)