13 references to TextOutput
System.Windows.Forms (13)
winforms\Managed\System\WinForms\MaskedTextBox.cs (13)
727string formattedText = TextOutput; 1317return TextOutput; 1337string oldText = TextOutput; 1341if( TextOutput != oldText ) 1496string oldText = this.flagState[IS_NULL_MASK] ? null : TextOutput; 1515if( oldText != null && oldText != TextOutput ) 1737string oldText = TextOutput; 1741if( TextOutput != oldText ) 2213string oldText = TextOutput; 2217if( TextOutput != oldText ) 2484bool updateText = TextOutput != clonedProvider.ToString(); 2801oldText = TextOutput; 2878SetWindowText(GetFormattedDisplayString(), oldText != TextOutput, preserveCharPos);