50 references to IS_NULL_MASK
System.Windows.Forms (50)
winforms\Managed\System\WinForms\MaskedTextBox.cs (50)
93private static int QUERY_BASE_TEXT = BitVector32.CreateMask(IS_NULL_MASK); 127this.flagState[IS_NULL_MASK] = true; 142this.flagState[IS_NULL_MASK] = false; 156this.flagState[IS_NULL_MASK] = false; 171if (!this.flagState[IS_NULL_MASK]) 510if( !this.flagState[IS_NULL_MASK]&& !this.Focused && !this.MaskFull && !this.DesignMode ) 608if( this.flagState[IS_NULL_MASK]) 703return this.flagState[IS_NULL_MASK]? string.Empty : this.maskedTextProvider.Mask; 712if( this.flagState[IS_NULL_MASK] == string.IsNullOrEmpty( value ) && (this.flagState[IS_NULL_MASK] || value == this.maskedTextProvider.Mask) ) 730this.flagState[IS_NULL_MASK] = true; 763if( this.flagState[IS_NULL_MASK] ) 849return this.flagState[IS_NULL_MASK] ? null : (MaskedTextProvider) this.maskedTextProvider.Clone(); 958if( this.flagState[IS_NULL_MASK]) 1052if (!this.flagState[IS_NULL_MASK]) 1163if( this.flagState[IS_NULL_MASK]) 1178if (this.flagState[IS_NULL_MASK]) 1312if( this.flagState[IS_NULL_MASK] || this.flagState[QUERY_BASE_TEXT]) 1321if (this.flagState[IS_NULL_MASK]) 1368if( this.flagState[IS_NULL_MASK] ) 1389Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 1496string oldText = this.flagState[IS_NULL_MASK] ? null : TextOutput; 1528if( this.flagState[IS_NULL_MASK] ) 1608if( this.flagState[IS_NULL_MASK]) 1688if (!this.flagState[IS_NULL_MASK] && RecreatingHandle) 1704Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 1862if( this.flagState[IS_NULL_MASK]) 1905Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 1983Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 2020if( this.flagState[IS_NULL_MASK]&& this.maskedTextProvider.IsPassword ) 2049if( this.flagState[IS_NULL_MASK]) 2182if( this.flagState[IS_NULL_MASK]) 2291Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 2383Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 2513Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 2545if (!this.flagState[IS_NULL_MASK]&& this.maskedTextProvider.MaskCompleted == false) 2553if( !this.flagState[IS_NULL_MASK]) // replace prompt with space. 2625Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 2713if (this.flagState[IS_NULL_MASK]) 2774if( this.flagState[IS_NULL_MASK] && textOnInitializingMask == null) 2851if( this.flagState[IS_NULL_MASK] ) 2853this.flagState[IS_NULL_MASK] = false; 2970Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 2990Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 3038Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 3087Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 3146Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 3224if( this.flagState[IS_NULL_MASK]) 3290Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." ); 3309Debug.Assert( !this.flagState[IS_NULL_MASK], "This method must be called when a Mask is provided." );