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