1 override of SelectionUsesDbcsOffsetsInWin9x
System.Windows.Forms (1)
winforms\Managed\System\WinForms\RichTextBox.cs (1)
1233internal override bool SelectionUsesDbcsOffsetsInWin9x {
2 references to SelectionUsesDbcsOffsetsInWin9x
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TextBoxBase.cs (2)
1023if( this.SelectionUsesDbcsOffsetsInWin9x && Marshal.SystemDefaultCharSize == 1 ) { 2047if (this.SelectionUsesDbcsOffsetsInWin9x && Marshal.SystemDefaultCharSize == 1) {