Skip to content

Instantly share code, notes, and snippets.

@metametaclass
Created April 21, 2013 14:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save metametaclass/5429683 to your computer and use it in GitHub Desktop.
Save metametaclass/5429683 to your computer and use it in GitHub Desktop.
DxReportGrid.dll!DxReportGrid.DevExpressReportGrid.mGridView_ShowingEditor(object sender = {DevExpress.XtraGrid.Views.Grid.GridView}, System.ComponentModel.CancelEventArgs e = {System.ComponentModel.CancelEventArgs}) Line 218 C#
DevExpress.XtraGrid.v12.1.dll!DevExpress.XtraGrid.Views.Base.ColumnView.RaiseShowingEditor() + 0x9e bytes
DevExpress.XtraGrid.v12.1.dll!DevExpress.XtraGrid.Views.Base.ColumnView.CanShowEditor.get() + 0x67 bytes
DevExpress.XtraGrid.v12.1.dll!DevExpress.XtraGrid.Views.Base.ColumnView.GetCanShowEditor(DevExpress.XtraGrid.Columns.GridColumn column = {test1_name}) + 0xa5 bytes
DevExpress.XtraGrid.v12.1.dll!DevExpress.XtraGrid.Views.Grid.GridView.GetCanShowEditor(DevExpress.XtraGrid.Columns.GridColumn column = {test1_name}) + 0x91 bytes
DevExpress.XtraGrid.v12.1.dll!DevExpress.XtraGrid.Views.Grid.GridView.ShowEditor() + 0x66 bytes
DevExpress.XtraGrid.v12.1.dll!DevExpress.XtraGrid.Views.Base.BaseView.ShowEditorByKeyPress(System.Windows.Forms.KeyPressEventArgs e = {KeyChar = '\r'}) + 0x2a bytes
DevExpress.XtraGrid.v12.1.dll!DevExpress.XtraGrid.Views.Grid.Handler.GridRegularRowNavigator.OnKeyPress(System.Windows.Forms.KeyPressEventArgs e = {KeyChar = '\r'}) + 0x191 bytes
DevExpress.XtraGrid.v12.1.dll!DevExpress.XtraGrid.Views.Grid.Handler.GridHandler.OnKeyPress(System.Windows.Forms.KeyPressEventArgs e = {KeyChar = '\r'}) + 0xb6 bytes
DevExpress.Utils.v12.1.dll!DevExpress.Utils.Controls.BaseHandler.ProcessEvent(DevExpress.Utils.Controls.EventType etype = KeyPress, object args = {KeyChar = '\r'}) + 0x96 bytes
DevExpress.XtraGrid.v12.1.dll!DevExpress.XtraGrid.Views.Base.Handler.BaseViewHandler.ProcessEvent(DevExpress.Utils.Controls.EventType etype = KeyPress, object args = {KeyChar = '\r'}) + 0x8f bytes
DevExpress.XtraGrid.v12.1.dll!DevExpress.XtraGrid.GridControl.OnKeyPress(System.Windows.Forms.KeyPressEventArgs e = {KeyChar = '\r'}) + 0xa3 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.ProcessKeyEventArgs(ref System.Windows.Forms.Message m = {msg=0x102 (WM_CHAR) hwnd=0xbe1c5e wparam=0xd lparam=0x1c0001 result=0x0}) + 0x82 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.ProcessKeyMessage(ref System.Windows.Forms.Message m) + 0x35 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.WmKeyChar(ref System.Windows.Forms.Message m = {msg=0x102 (WM_CHAR) hwnd=0xbe1c5e wparam=0xd lparam=0x1c0001 result=0x0}) + 0x15 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.WndProc(ref System.Windows.Forms.Message m) + 0x7dd bytes
DevExpress.XtraEditors.v12.1.dll!DevExpress.XtraEditors.Container.EditorContainer.WndProc(ref System.Windows.Forms.Message m = {msg=0x102 (WM_CHAR) hwnd=0xbe1c5e wparam=0xd lparam=0x1c0001 result=0x0}) + 0xfd bytes
DevExpress.XtraGrid.v12.1.dll!DevExpress.XtraGrid.GridControl.WndProc(ref System.Windows.Forms.Message m = {msg=0x102 (WM_CHAR) hwnd=0xbe1c5e wparam=0xd lparam=0x1c0001 result=0x0}) + 0x153 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.OnMessage(ref System.Windows.Forms.Message m) + 0x10 bytes
System.Windows.Forms.dll!System.Windows.Forms.Control.ControlNativeWindow.WndProc(ref System.Windows.Forms.Message m) + 0x31 bytes
System.Windows.Forms.dll!System.Windows.Forms.NativeWindow.Callback(System.IntPtr hWnd, int msg = 258, System.IntPtr wparam, System.IntPtr lparam) + 0x5a bytes
[Native to Managed Transition]
[Managed to Native Transition]
System.Windows.Forms.dll!System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(int dwComponentID, int reason = 4, int pvLoopData = 0) + 0x24e bytes
System.Windows.Forms.dll!System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(int reason = 4, System.Windows.Forms.ApplicationContext context = {System.Windows.Forms.Application.ModalApplicationContext}) + 0x177 bytes
System.Windows.Forms.dll!System.Windows.Forms.Application.ThreadContext.RunMessageLoop(int reason, System.Windows.Forms.ApplicationContext context) + 0x61 bytes
System.Windows.Forms.dll!System.Windows.Forms.Application.RunDialog(System.Windows.Forms.Form form) + 0x33 bytes
System.Windows.Forms.dll!System.Windows.Forms.Form.ShowDialog(System.Windows.Forms.IWin32Window owner) + 0x373 bytes
> System.Windows.Forms.dll!System.Windows.Forms.Form.ShowDialog() + 0x7 bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment