Text = MethodInfo . GetCurrentMethod() . Name;
//or
Text = new StackTrace () . GetFrame( 0 ) . GetMethod() . Name;