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