8 references to IsEditPosition
System (8)
compmod\system\componentmodel\MaskedTextProvider.cs (8)
427
if (
IsEditPosition
(chDex))
536
if (
IsEditPosition
(chDex) && chDex.IsAssigned)
598
if(
IsEditPosition
(chDex) )
1521
return
IsEditPosition
(chDex) && !chDex.IsAssigned;
1536
return
IsEditPosition
( chDex );
2343
if (
IsEditPosition
(charDex) && charDex.IsAssigned) // Position would be reset.
2364
if(
IsEditPosition
(charDex) && charDex.IsAssigned ) // Position would be reset.
2646
st.Append(
IsEditPosition
(chDex) && chDex.IsAssigned ? this.passwordChar : this.testString[position]);