7 writes to rgxTabs
System.Windows.Forms (7)
winforms\Managed\System\WinForms\RichTextBox.cs (7)
829pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 900pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 1111pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 1152pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 1281pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 1321pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS]; 1342pf.rgxTabs = new int[RichTextBoxConstants.MAX_TAB_STOPS];
2 references to rgxTabs
System.Windows.Forms (2)
winforms\Managed\System\WinForms\RichTextBox.cs (2)
1330selTabs[x] = Twip2Pixel(IntPtr.Zero, pf.rgxTabs[x], true); 1351pf.rgxTabs[x] = Pixel2Twip(IntPtr.Zero, value[x], true);