6 writes to Overflow
PresentationCore (6)
MS\Internal\TextFormatting\Bidi.cs (3)
542Overflow = 0; 2356stateOut.Overflow = stackOverflow; 2489state.Overflow = 0;
MS\Internal\TextFormatting\TextStore.cs (3)
1003state.Overflow++; 1027state.Overflow --; 2532Overflow = overflowLevels;
2 references to Overflow
PresentationCore (2)
MS\Internal\TextFormatting\Bidi.cs (1)
1907stackOverflow = stateIn.Overflow;
MS\Internal\TextFormatting\TextStore.cs (1)
1025if (state.Overflow > 0)