2 references to NonWord
System.Windows.Forms.Primitives (2)
System\Windows\Forms\Internals\ClientUtils.cs (2)
38
if ((isWord && lastSeen == CharType.
NonWord
&& seenWord) ||
45
lastSeen = isWord ? CharType.Word : CharType.
NonWord
;