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