SYMBOL INDEX (5391 symbols across 250 files) FILE: Crypt/Crypt.cpp type CLIENT_TYPE (line 52) | enum CLIENT_TYPE { TWOD = 1, THREED = 2 } type timeval (line 80) | struct timeval type timeval (line 85) | struct timeval function BOOL (line 91) | BOOL APIENTRY DllMain( HANDLE hModule, DWORD dwReason, LPVOID ) function DLLFUNCTION (line 134) | DLLFUNCTION void *GetSharedAddress() function DLLFUNCTION (line 140) | DLLFUNCTION HWND FindUOWindow( void ) function DLLFUNCTION (line 155) | DLLFUNCTION void SetDataPath( const char *path ) function DLLFUNCTION (line 162) | DLLFUNCTION int InstallLibrary( HWND PostWindow, DWORD pid, int flags ) function DLLFUNCTION (line 249) | DLLFUNCTION void WaitForWindow( DWORD pid ) function DLLFUNCTION (line 287) | DLLFUNCTION void Shutdown( bool close ) function DLLFUNCTION (line 302) | DLLFUNCTION int GetUOProcId() function DLLFUNCTION (line 307) | DLLFUNCTION HANDLE GetCommMutex() function TotalOut (line 313) | DLLFUNCTION unsigned int TotalOut() function TotalIn (line 321) | DLLFUNCTION unsigned int TotalIn() function DLLFUNCTION (line 329) | DLLFUNCTION void CalibratePosition( uint16_t x, uint16_t y, uint16_t z ) type PositionOutlands (line 350) | struct PositionOutlands { type PositionOutlands (line 355) | struct PositionOutlands type PositionUOR (line 360) | struct PositionUOR { type PositionUOR (line 365) | struct PositionUOR type PositionGeneric (line 370) | struct PositionGeneric { type PositionGeneric (line 375) | struct PositionGeneric function CheckPosition (line 381) | static void CheckPosition() function VOID (line 445) | VOID CALLBACK OnTick(HWND hwnd, UINT Message, UINT TimerId, DWORD dwTime) { function OnSetUOWindowSize (line 454) | void OnSetUOWindowSize( int width ) function DLLFUNCTION (line 467) | DLLFUNCTION void OnAttach( void *params, int paramsLen ) function DLLFUNCTION (line 750) | DLLFUNCTION void SetServer( unsigned int addr, unsigned short port ) function DLLFUNCTION (line 759) | DLLFUNCTION const char *GetUOVersion() function CreateSharedMemory (line 767) | bool CreateSharedMemory() function CloseSharedMemory (line 812) | void CloseSharedMemory() function CreateEncryption (line 848) | void CreateEncryption() function Maintenance (line 868) | inline void Maintenance( Buffer &buff ) function RecvData (line 883) | int RecvData() function HookRecv (line 992) | int HookRecv( SOCKET sock, char *buff, int len, int flags ) function HookSend (line 1069) | int HookSend( SOCKET sock, char *buff, int len, int flags ) function FlushSendData (line 1184) | void FlushSendData() function HookConnect (line 1277) | int HookConnect( SOCKET sock, const sockaddr *addr, int addrlen ) function HookCloseSocket (line 1325) | int HookCloseSocket( SOCKET sock ) function HookSelect (line 1351) | int HookSelect( int ndfs, fd_set *readfd, fd_set *writefd, fd_set *excep... function HookFunction (line 1434) | bool HookFunction( const char *Dll, const char *FuncName, int Ordinal, u... function FindFunction (line 1494) | bool FindFunction( const char *Dll, const char *FuncName, int Ordinal, u... function SetCustomNotoHue (line 1555) | void SetCustomNotoHue( int hue ) function PatchMemory (line 1568) | bool PatchMemory( void ) function MemoryPatch (line 1581) | void MemoryPatch( unsigned long Address, unsigned long value ) function MemoryPatch (line 1586) | void MemoryPatch( unsigned long Address, int value, int numBytes ) function MemoryPatch (line 1591) | void MemoryPatch( unsigned long Address, const void *value, int length ) function CheckParent (line 1602) | bool CheckParent( HWND hCheck, HWND hComp ) function MessageProc (line 1611) | void MessageProc( HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM lParam, MS... function LRESULT (line 1760) | LRESULT CALLBACK GetMsgHookFunc( int Code, WPARAM Flag, LPARAM pMsg ) function LRESULT (line 1778) | LRESULT CALLBACK WndProcRetHookFunc( int Code, WPARAM Flag, LPARAM pMsg ) function LRESULT (line 1796) | LRESULT CALLBACK UOAWndProc(HWND hWnd, UINT nMsg, WPARAM wParam, LPARAM ... function Log (line 1804) | void Log( const char *format, ... ) FILE: Crypt/Crypt.h type IError (line 15) | enum IError type UONET_MESSAGE (line 30) | enum UONET_MESSAGE function UONET_MESSAGE_COPYDATA (line 58) | enum class UONET_MESSAGE_COPYDATA type Buffer (line 65) | struct Buffer type Position (line 73) | struct Position { type Position (line 78) | struct Position type SharedMemory (line 80) | struct SharedMemory function class (line 102) | class PatchInfo FILE: Crypt/LoginEncryption.cpp function BYTE (line 54) | BYTE LoginEncryption::Crypt( BYTE in ) function DWORD (line 78) | DWORD LoginEncryption::GenerateBadSeed( DWORD oldSeed ) FILE: Crypt/LoginEncryption.h function class (line 3) | class LoginEncryption FILE: Crypt/MemFinder.cpp function DWORD (line 4) | DWORD MemFinder::Find(const void *data, int length, DWORD addressHint, D... function DWORD (line 65) | DWORD MemFinder::GetAddress(const void *data, int length, unsigned int idx) FILE: Crypt/MemFinder.h function class (line 7) | class MemFinder type Entry (line 25) | struct Entry FILE: Crypt/OSIEncryption.h function class (line 5) | class OSIEncryption FILE: Crypt/OldStatusBar.cpp function DWORD (line 5) | DWORD GumpOutV28( DWORD OutFuncAddr, int esiOff, char TwoFourOff, DWORD ... function DWORD (line 87) | DWORD Sprintf1UV28( DWORD sprintfAddr, DWORD fmtAddr, DWORD CurAddr, int... function DWORD (line 126) | DWORD Sprintf2UV28_Byte( DWORD sprintfAddr, DWORD fmtAddr, DWORD CurAddr... function DWORD (line 176) | DWORD Sprintf2UV28( DWORD sprintfAddr, DWORD fmtAddr, DWORD CurAddr, int... function PatchStatusBar (line 263) | bool PatchStatusBar( BOOL preAOS ) FILE: Crypt/PacketInfo.cpp function DLLFUNCTION (line 6) | DLLFUNCTION int GetPacketLength( unsigned char *packet, int len ) function DLLFUNCTION (line 35) | DLLFUNCTION bool IsDynLength( BYTE packet ) FILE: Crypt/PacketInfo.h type ClientPacketInfo (line 4) | struct ClientPacketInfo // 12 bytes FILE: Crypt/UOArt.cpp type UOItem (line 10) | struct UOItem method GetWidth (line 20) | int GetWidth() const { return Right - Left; } method GetHeight (line 21) | int GetHeight() const { return Bottom - Top; } type ArtIdx (line 29) | struct ArtIdx type ArtHeader (line 36) | struct ArtHeader function Round (line 48) | inline int Round(float n) function ApplyHueToPixel (line 116) | unsigned short ApplyHueToPixel(unsigned short *hue, unsigned short pix) function UOItem (line 124) | UOItem *ReadUOItem(int item, int bh) method GetWidth (line 20) | int GetWidth() const { return Right - Left; } method GetHeight (line 21) | int GetHeight() const { return Bottom - Top; } function UOItem (line 256) | UOItem *FindItem(int item) method GetWidth (line 20) | int GetWidth() const { return Right - Left; } method GetHeight (line 21) | int GetHeight() const { return Bottom - Top; } function COLORREF (line 270) | inline COLORREF Brightness(int shift, COLORREF c) function DrawUOItem (line 275) | int DrawUOItem(HDC hDC, RECT rect, int item, int hueIdx) function FreeItem (line 306) | void FreeItem(UOItem *node) function FreeArt (line 318) | void FreeArt() function InitThemes (line 348) | void InitThemes() function GetHex2 (line 368) | inline int GetHex2(LPCSTR hex) function GetHex4 (line 380) | inline int GetHex4(LPCSTR hex) function DoStat (line 385) | void DoStat(HDC hDC, int v, int t, int l, int h, int w) function DrawStatBar (line 409) | int DrawStatBar(HDC hDC, RECT rect, int width, int status, int hp, int m... function CheckTitlebarAttr (line 446) | void CheckTitlebarAttr(HWND hWnd) function DrawColorTitleBar (line 459) | void DrawColorTitleBar(HTHEME hTheme, HWND hWnd, HDC hOutDC, bool active... function RedrawTitleBar (line 654) | void RedrawTitleBar(HWND hWnd, bool active) FILE: Crypt/debug.h function _Dump (line 11) | void _Dump(CONST void *p,CONST char *s,int R,int XOR,int doRot,int showT... function _DumpKey (line 45) | void _DumpKey(CONST keyInstance *key) FILE: Crypt/trees.cpp function HANDLE (line 28) | HANDLE WINAPI NewCreateFile( LPCSTR lpFileName, DWORD dwDesiredAccess, D... function PatchCreateFile (line 72) | void PatchCreateFile() function PatchStartup (line 83) | void PatchStartup( DWORD ProcID ) FILE: Crypt/twofish.c function DWORD (line 159) | DWORD TwofishCodeStart(void) { return Here(0); } function TableOp (line 179) | int TableOp(int op) function ParseHexDword (line 223) | int ParseHexDword(int bits,CONST char *srcTxt,DWORD *d,char *dstTxt) function DWORD (line 298) | DWORD f32(DWORD x,CONST DWORD *k32,int keyLen) function DWORD (line 356) | DWORD RS_MDS_Encode(DWORD k0,DWORD k1) function BuildMDS (line 387) | void BuildMDS(void) function ReverseRoundSubkeys (line 471) | void ReverseRoundSubkeys(keyInstance *key,BYTE newDir) function Xor256 (line 520) | void Xor256(void *dst,void *src,BYTE b) function reKey (line 551) | int reKey(keyInstance *key) function makeKey (line 745) | int makeKey(keyInstance *key, BYTE direction, int keyLen,CONST char *key... function cipherInit (line 792) | int cipherInit(cipherInstance *cipher, BYTE mode,CONST char *IV) function blockEncrypt (line 842) | int blockEncrypt(cipherInstance *cipher, keyInstance *key,CONST BYTE *in... function blockDecrypt (line 1011) | int blockDecrypt(cipherInstance *cipher, keyInstance *key,CONST BYTE *in... function DWORD (line 1159) | DWORD TwofishCodeSize(void) FILE: Crypt/twofish.h type BYTE (line 82) | typedef unsigned char BYTE; type DWORD (line 83) | typedef unsigned long DWORD; type DWORD (line 84) | typedef DWORD fullSbox[4][256]; type keyInstance (line 87) | typedef struct type cipherInstance (line 118) | typedef struct FILE: Crypt/uo_huffman.h function class (line 3) | class Compression FILE: FastColoredTextBox/AutocompleteItem.cs class AutocompleteItem (line 10) | public class AutocompleteItem method AutocompleteItem (line 21) | public AutocompleteItem() method AutocompleteItem (line 25) | public AutocompleteItem(string text) method AutocompleteItem (line 30) | public AutocompleteItem(string text, int imageIndex) method AutocompleteItem (line 36) | public AutocompleteItem(string text, int imageIndex, string menuText) method AutocompleteItem (line 42) | public AutocompleteItem(string text, int imageIndex, string menuText, ... method GetTextForReplace (line 52) | public virtual string GetTextForReplace() method Compare (line 60) | public virtual CompareResult Compare(string fragmentText) method ToString (line 72) | public override string ToString() method OnSelected (line 80) | public virtual void OnSelected(AutocompleteMenu popupMenu, SelectedEve... type CompareResult (line 133) | public enum CompareResult class SnippetAutocompleteItem (line 155) | public class SnippetAutocompleteItem : AutocompleteItem method SnippetAutocompleteItem (line 157) | public SnippetAutocompleteItem(string snippet) method ToString (line 164) | public override string ToString() method GetTextForReplace (line 169) | public override string GetTextForReplace() method OnSelected (line 174) | public override void OnSelected(AutocompleteMenu popupMenu, SelectedEv... method Compare (line 207) | public override CompareResult Compare(string fragmentText) class MethodAutocompleteItem (line 220) | public class MethodAutocompleteItem : AutocompleteItem method MethodAutocompleteItem (line 225) | public MethodAutocompleteItem(string text) method Compare (line 231) | public override CompareResult Compare(string fragmentText) method GetTextForReplace (line 248) | public override string GetTextForReplace() class SuggestItem (line 258) | public class SuggestItem : AutocompleteItem method SuggestItem (line 260) | public SuggestItem(string text, int imageIndex) : base(text, imageIndex) method Compare (line 264) | public override CompareResult Compare(string fragmentText) FILE: FastColoredTextBox/AutocompleteMenu.cs class AutocompleteMenu (line 14) | [Browsable(false)] method AutocompleteMenu (line 101) | public AutocompleteMenu(FastColoredTextBox tb) method OnOpening (line 125) | new internal void OnOpening(CancelEventArgs args) method Close (line 131) | public new void Close() method CalcSize (line 137) | internal void CalcSize() method OnSelecting (line 142) | public virtual void OnSelecting() method SelectNext (line 147) | public void SelectNext(int shift) method OnSelecting (line 152) | internal void OnSelecting(SelectingEventArgs args) method OnSelected (line 158) | public void OnSelected(SelectedEventArgs args) method Show (line 173) | public void Show(bool forced) method Dispose (line 214) | protected override void Dispose(bool disposing) class AutocompleteListView (line 222) | [System.ComponentModel.ToolboxItem(false)] method AutocompleteListView (line 293) | internal AutocompleteListView(FastColoredTextBox tb) method ListMouseDown (line 342) | private void ListMouseDown(object sender, MouseEventArgs e) method ToolTip_Popup (line 347) | private void ToolTip_Popup(object sender, PopupEventArgs e) method Dispose (line 353) | protected override void Dispose(bool disposing) method SafetyClose (line 378) | void SafetyClose() method tb_KeyPressed (line 384) | void tb_KeyPressed(object sender, KeyPressEventArgs e) method timer_Tick (line 398) | void timer_Tick(object sender, EventArgs e) method ResetTimer (line 404) | void ResetTimer(System.Windows.Forms.Timer timer) method DoAutocomplete (line 410) | internal void DoAutocomplete() method DoAutocomplete (line 415) | internal void DoAutocomplete(bool forced) method tb_SelectionChanged (line 485) | void tb_SelectionChanged(object sender, EventArgs e) method tb_KeyDown (line 519) | void tb_KeyDown(object sender, KeyEventArgs e) method AdjustScroll (line 543) | void AdjustScroll() method OnPaint (line 556) | protected override void OnPaint(PaintEventArgs e) method OnScroll (line 604) | protected override void OnScroll(ScrollEventArgs se) method OnMouseClick (line 610) | protected override void OnMouseClick(MouseEventArgs e) method OnMouseDoubleClick (line 622) | protected override void OnMouseDoubleClick(MouseEventArgs e) method OnSelecting (line 630) | internal virtual void OnSelecting() method DoAutocomplete (line 675) | private void DoAutocomplete(AutocompleteItem item, Range fragment) method PointToItemIndex (line 720) | int PointToItemIndex(Point p) method ProcessCmdKey (line 725) | protected override bool ProcessCmdKey(ref Message msg, Keys keyData) method ProcessKey (line 732) | private bool ProcessKey(Keys keyData, Keys keyModifiers) method SelectNext (line 765) | public void SelectNext(int shift) method DoSelectedVisible (line 772) | private void DoSelectedVisible() method SetToolTip (line 788) | private void SetToolTip(AutocompleteItem autocompleteItem) method SetAutocompleteItems (line 826) | public void SetAutocompleteItems(ICollection items) method SetAutocompleteItems (line 834) | public void SetAutocompleteItems(IEnumerable items) class SelectingEventArgs (line 840) | public class SelectingEventArgs : EventArgs class SelectedEventArgs (line 848) | public class SelectedEventArgs : EventArgs FILE: FastColoredTextBox/Bookmarks.cs class BaseBookmarks (line 12) | public abstract class BaseBookmarks : ICollection, IDisposable method Add (line 16) | public abstract void Add(Bookmark item); method Clear (line 17) | public abstract void Clear(); method Contains (line 18) | public abstract bool Contains(Bookmark item); method CopyTo (line 19) | public abstract void CopyTo(Bookmark[] array, int arrayIndex); method Remove (line 22) | public abstract bool Remove(Bookmark item); method GetEnumerator (line 23) | public abstract IEnumerator GetEnumerator(); method GetEnumerator (line 25) | System.Collections.IEnumerator System.Collections.IEnumerable.GetEnume... method Dispose (line 34) | public abstract void Dispose(); method Add (line 40) | public abstract void Add(int lineIndex, string bookmarkName); method Add (line 41) | public abstract void Add(int lineIndex); method Contains (line 42) | public abstract bool Contains(int lineIndex); method Remove (line 43) | public abstract bool Remove(int lineIndex); method GetBookmark (line 44) | public abstract Bookmark GetBookmark(int i); class Bookmarks (line 52) | public class Bookmarks : BaseBookmarks method Bookmarks (line 58) | public Bookmarks(FastColoredTextBox tb) method tb_LineRemoved (line 65) | protected virtual void tb_LineRemoved(object sender, LineRemovedEventA... method tb_LineInserted (line 100) | protected virtual void tb_LineInserted(object sender, LineInsertedEven... method Dispose (line 114) | public override void Dispose() method GetEnumerator (line 120) | public override IEnumerator GetEnumerator() method Add (line 126) | public override void Add(int lineIndex, string bookmarkName) method Add (line 131) | public override void Add(int lineIndex) method Clear (line 136) | public override void Clear() method Add (line 142) | public override void Add(Bookmark bookmark) method Contains (line 153) | public override bool Contains(Bookmark item) method Contains (line 158) | public override bool Contains(int lineIndex) method CopyTo (line 166) | public override void CopyTo(Bookmark[] array, int arrayIndex) method Remove (line 181) | public override bool Remove(Bookmark item) method Remove (line 190) | public override bool Remove(int lineIndex) method GetBookmark (line 209) | public override Bookmark GetBookmark(int i) class Bookmark (line 218) | public class Bookmark method DoVisible (line 240) | public virtual void DoVisible() method Bookmark (line 247) | public Bookmark(FastColoredTextBox tb, string name, int lineIndex) method Paint (line 255) | public virtual void Paint(Graphics gr, Rectangle lineRect) FILE: FastColoredTextBox/Char.cs type Char (line 8) | public struct Char method Char (line 21) | public Char(char c) FILE: FastColoredTextBox/CommandManager.cs class CommandManager (line 6) | public class CommandManager method CommandManager (line 16) | public CommandManager(TextSource ts) method ExecuteCommand (line 23) | public virtual void ExecuteCommand(Command cmd) method Undo (line 62) | public void Undo() method EndDisableCommands (line 94) | private void EndDisableCommands() method BeginDisableCommands (line 99) | private void BeginDisableCommands() method EndAutoUndoCommands (line 106) | public void EndAutoUndoCommands() method BeginAutoUndoCommands (line 114) | public void BeginAutoUndoCommands() method ClearHistory (line 119) | internal void ClearHistory() method Redo (line 126) | internal void Redo() class Command (line 168) | public abstract class Command method Execute (line 171) | public abstract void Execute(); class RangeInfo (line 174) | internal class RangeInfo method RangeInfo (line 179) | public RangeInfo(Range r) class UndoableCommand (line 196) | public abstract class UndoableCommand : Command method UndoableCommand (line 202) | public UndoableCommand(TextSource ts) method Undo (line 208) | public virtual void Undo() method Execute (line 213) | public override void Execute() method OnTextChanged (line 219) | protected virtual void OnTextChanged(bool invert) method Clone (line 238) | public abstract UndoableCommand Clone(); FILE: FastColoredTextBox/Commands.cs class InsertCharCommand (line 10) | public class InsertCharCommand : UndoableCommand method InsertCharCommand (line 20) | public InsertCharCommand(TextSource ts, char c) : base(ts) method Undo (line 28) | public override void Undo() method Execute (line 68) | public override void Execute() method InsertChar (line 89) | internal static void InsertChar(char c, ref char deletedChar, TextSour... method InsertLine (line 141) | internal static void InsertLine(TextSource ts) method MergeLines (line 160) | internal static void MergeLines(int i, TextSource ts) method BreakLines (line 186) | internal static void BreakLines(int iLine, int pos, TextSource ts) method Clone (line 196) | public override UndoableCommand Clone() class InsertTextCommand (line 205) | public class InsertTextCommand : UndoableCommand method InsertTextCommand (line 214) | public InsertTextCommand(TextSource ts, string insertedText) : base(ts) method Undo (line 222) | public override void Undo() method Execute (line 234) | public override void Execute() method InsertText (line 241) | internal static void InsertText(string insertedText, TextSource ts) method Clone (line 274) | public override UndoableCommand Clone() class ReplaceTextCommand (line 283) | public class ReplaceTextCommand : UndoableCommand method ReplaceTextCommand (line 295) | public ReplaceTextCommand(TextSource ts, List ranges, string in... method Undo (line 314) | public override void Undo() method Execute (line 343) | public override void Execute() method Clone (line 371) | public override UndoableCommand Clone() method ClearSelected (line 376) | internal static void ClearSelected(TextSource ts) class ClearSelectedCommand (line 405) | public class ClearSelectedCommand : UndoableCommand method ClearSelectedCommand (line 413) | public ClearSelectedCommand(TextSource ts) : base(ts) method Undo (line 420) | public override void Undo() method Execute (line 433) | public override void Execute() method ClearSelected (line 448) | internal static void ClearSelected(TextSource ts) method Clone (line 476) | public override UndoableCommand Clone() class ReplaceMultipleTextCommand (line 485) | public class ReplaceMultipleTextCommand : UndoableCommand class ReplaceRange (line 490) | public class ReplaceRange method ReplaceMultipleTextCommand (line 501) | public ReplaceMultipleTextCommand(TextSource ts, List ra... method Undo (line 519) | public override void Undo() method Execute (line 545) | public override void Execute() method Clone (line 569) | public override UndoableCommand Clone() class RemoveLinesCommand (line 578) | public class RemoveLinesCommand : UndoableCommand method RemoveLinesCommand (line 589) | public RemoveLinesCommand(TextSource ts, List iLines) method Undo (line 602) | public override void Undo() method Execute (line 641) | public override void Execute() method Clone (line 665) | public override UndoableCommand Clone() class MultiRangeCommand (line 674) | public class MultiRangeCommand : UndoableCommand method MultiRangeCommand (line 680) | public MultiRangeCommand(UndoableCommand command) : base(command.ts) method Execute (line 686) | public override void Execute() method ExecuteInsertTextCommand (line 727) | private void ExecuteInsertTextCommand(ref int iChar, string text) method ExecuteCommand (line 757) | private void ExecuteCommand(ref int iChar) method Undo (line 770) | public override void Undo() method Clone (line 791) | public override UndoableCommand Clone() class SelectCommand (line 800) | public class SelectCommand : UndoableCommand method SelectCommand (line 802) | public SelectCommand(TextSource ts) : base(ts) method Execute (line 806) | public override void Execute() method OnTextChanged (line 812) | protected override void OnTextChanged(bool invert) method Undo (line 816) | public override void Undo() method Clone (line 822) | public override UndoableCommand Clone() FILE: FastColoredTextBox/DocumentMap.cs class DocumentMap (line 15) | public class DocumentMap : Control method GetScale (line 47) | public float GetScale() method SetScale (line 55) | public void SetScale(float value) method DocumentMap (line 76) | public DocumentMap() method Application_Idle (line 85) | void Application_Idle(object sender, EventArgs e) method OnTargetChanged (line 91) | protected virtual void OnTargetChanged() method UnSubscribe (line 99) | protected virtual void UnSubscribe(FastColoredTextBox target) method Subscribe (line 106) | protected virtual void Subscribe(FastColoredTextBox target) method Target_VisibleRangeChanged (line 113) | protected virtual void Target_VisibleRangeChanged(object sender, Event... method Target_SelectionChanged (line 118) | protected virtual void Target_SelectionChanged(object sender, EventArg... method Target_Scroll (line 123) | protected virtual void Target_Scroll(object sender, ScrollEventArgs e) method OnResize (line 128) | protected override void OnResize(EventArgs e) method NeedRepaint (line 134) | public void NeedRepaint() method OnPaint (line 139) | protected override void OnPaint(PaintEventArgs e) method OnMouseDown (line 208) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseMove (line 215) | protected override void OnMouseMove(MouseEventArgs e) method Scroll (line 222) | private void Scroll(Point point) method OnScroll (line 239) | private void OnScroll() method Dispose (line 245) | protected override void Dispose(bool disposing) FILE: FastColoredTextBox/EncodingDetector.cs class EncodingDetector (line 12) | public static class EncodingDetector method DetectTextFileEncoding (line 18) | public static Encoding DetectTextFileEncoding(string InputFilename) method DetectTextFileEncoding (line 26) | public static Encoding DetectTextFileEncoding(FileStream InputFileStre... method DetectTextFileEncoding (line 32) | public static Encoding DetectTextFileEncoding(FileStream InputFileStre... method DetectBOMBytes (line 73) | public static Encoding DetectBOMBytes(byte[] BOMBytes) method DetectUnicodeInByteSampleByHeuristics (line 113) | public static Encoding DetectUnicodeInByteSampleByHeuristics(byte[] Sa... method IsCommonUSASCIIByte (line 238) | private static bool IsCommonUSASCIIByte(byte testByte) method DetectSuspiciousUTF8SequenceLength (line 256) | private static int DetectSuspiciousUTF8SequenceLength(byte[] SampleByt... FILE: FastColoredTextBox/ExportToHTML.cs class ExportToHTML (line 11) | public class ExportToHTML method ExportToHTML (line 48) | public ExportToHTML() method GetHtml (line 56) | public string GetHtml(FastColoredTextBox tb) method GetHtml (line 64) | public string GetHtml(Range r) method GetCss (line 154) | private string GetCss(StyleIndex styleIndex) method GetColorAsString (line 203) | public static string GetColorAsString(Color color) method GetStyleName (line 210) | string GetStyleName(StyleIndex styleIndex) method Flush (line 215) | private void Flush(StringBuilder sb, StringBuilder tempSB, StyleIndex ... FILE: FastColoredTextBox/ExportToRTF.cs class ExportToRTF (line 12) | public class ExportToRTF method ExportToRTF (line 27) | public ExportToRTF() method GetRtf (line 32) | public string GetRtf(FastColoredTextBox tb) method GetRtf (line 40) | public string GetRtf(Range r) method GetRtfDescriptor (line 131) | private RTFStyleDescriptor GetRtfDescriptor(StyleIndex styleIndex) method GetColorAsString (line 174) | public static string GetColorAsString(Color color) method Flush (line 181) | private void Flush(StringBuilder sb, StringBuilder tempSB, StyleIndex ... method GetColorTableNumber (line 205) | private int GetColorTableNumber(Color color) class RTFStyleDescriptor (line 217) | public class RTFStyleDescriptor FILE: FastColoredTextBox/FastColoredTextBox.cs class FastColoredTextBox (line 46) | public partial class FastColoredTextBox : UserControl, ISupportInitialize method FastColoredTextBox (line 131) | public FastColoredTextBox() method SetFont (line 1526) | private void SetFont(Font newFont) method ClearHints (line 1691) | public void ClearHints() method AddHint (line 1705) | public virtual Hint AddHint(Range range, Control innerControl, bool sc... method AddHint (line 1720) | public Hint AddHint(Range range, Control innerControl) method AddHint (line 1733) | public virtual Hint AddHint(Range range, string text, bool scrollToHin... method AddHint (line 1748) | public Hint AddHint(Range range, string text) method OnHintClick (line 1757) | public virtual void OnHintClick(Hint hint) method timer3_Tick (line 1763) | private void timer3_Tick(object sender, EventArgs e) method OnToolTip (line 1769) | protected virtual void OnToolTip() method OnVisibleRangeChanged (line 1804) | public virtual void OnVisibleRangeChanged() method Invalidate (line 1818) | public new void Invalidate() method OnCharSizeChanged (line 1826) | protected virtual void OnCharSizeChanged() method GetStylesOfChar (line 2018) | public List