8 references to IsEditPosition
System.ComponentModel.TypeConverter (8)
System\ComponentModel\MaskedTextProvider.cs (8)
404
if (
IsEditPosition
(chDex))
494
if (
IsEditPosition
(chDex) && chDex.IsAssigned)
540
if (
IsEditPosition
(chDex))
1400
return
IsEditPosition
(chDex) && !chDex.IsAssigned;
1414
return
IsEditPosition
(chDex);
2192
if (
IsEditPosition
(charDex) && charDex.IsAssigned) // Position would be reset.
2213
if (
IsEditPosition
(charDex) && charDex.IsAssigned) // Position would be reset.
2494
st.Append(
IsEditPosition
(chDex) && chDex.IsAssigned ? _passwordChar : _testString[position]);