2 writes to IsAssigned
System (2)
compmod\system\componentmodel\MaskedTextProvider.cs (2)
2081chDex.IsAssigned = false; 2226charDescriptor.IsAssigned = true;
18 references to IsAssigned
System (18)
compmod\system\componentmodel\MaskedTextProvider.cs (18)
103this.IsAssigned 536if (IsEditPosition(chDex) && chDex.IsAssigned) 804if (IsEditPosition(position) && !chDex.IsAssigned) 1115if( !chDex.IsAssigned ) 1122if( chDex.IsAssigned ) 1268if( !chDex.IsAssigned ) 1417if (chDex.IsAssigned) // only test assigned positions. 1455if (chDex.IsAssigned) 1521return IsEditPosition(chDex) && !chDex.IsAssigned; 1723if (srcCh != this.PromptChar || chDex.IsAssigned) 1763if (srcCh == this.PromptChar && !chDex.IsAssigned) 2079if (IsEditPosition(testPosition) && chDex.IsAssigned) 2224if (!charDescriptor.IsAssigned) // if position not counted for already (replace case) we do it (add case). 2343if (IsEditPosition(charDex) && charDex.IsAssigned) // Position would be reset. 2364if( IsEditPosition(charDex) && charDex.IsAssigned ) // Position would be reset. 2481if (input == this.testString[position] && charDex.IsAssigned) // setting char would not make any difference 2646st.Append(IsEditPosition(chDex) && chDex.IsAssigned ? this.passwordChar : this.testString[position]); 2786if (chDex.IsAssigned)