6 references to CharType
System.Windows.Forms.Primitives (6)
System\Windows\Forms\Internals\ClientUtils.cs (6)
26CharType lastSeen = CharType.None; 38if ((isWord && lastSeen == CharType.NonWord && seenWord) || 39(!isWord && lastSeen == CharType.Word && index != 0)) 45lastSeen = isWord ? CharType.Word : CharType.NonWord;