1 type derived from State
PresentationCore (1)
Core\CSharp\MS\Internal\TextFormatting\TextStore.cs (1)
2522internal sealed class BidiState : Bidi.State
5 references to State
PresentationCore (5)
Core\CSharp\MS\Internal\TextFormatting\Bidi.cs (5)
769State stateIn, // [IN], [OPTIONAL] 770State stateOut, // [OUT],[OPTIONAL] 1733State state, // bidi state in, out or both 1761State state, // bidi state in, out or both 1769State stateIn = null, stateOut = null; // both can point into state parameter