6 references to TestChar
System.ComponentModel.TypeConverter (6)
System\ComponentModel\MaskedTextProvider.cs (6)
1315if (!TestChar(_testString[srcPos], dstPos, out tempHint)) 1597if (!TestChar(srcCh, dstPos, out testHint)) 1888if (!TestChar(_testString[srcPos], dstPos, out tempHint)) 2378if (TestChar(input, position, out resultHint)) 2457if (!TestChar(ch, testPosition, out tempHint)) 2678return TestChar(input, position, out hint);