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