6 writes to Overflow
PresentationCore (6)
MS\Internal\TextFormatting\Bidi.cs (3)
550Overflow = 0; 2364stateOut.Overflow = stackOverflow; 2497state.Overflow = 0;
MS\Internal\TextFormatting\TextStore.cs (3)
1018state.Overflow++; 1042state.Overflow --; 2547Overflow = overflowLevels;
2 references to Overflow
PresentationCore (2)
MS\Internal\TextFormatting\Bidi.cs (1)
1915stackOverflow = stateIn.Overflow;
MS\Internal\TextFormatting\TextStore.cs (1)
1040if (state.Overflow > 0)