Пример #1
0
 public void RecreateGraphicsMode()
 {
     caretImplementation.Dispose();
     caretCreated = false;
     CreateGraphicsMode();
     CreateCaret();
 }
Пример #2
0
 public void Dispose()
 {
     textArea.GotFocus  -= new EventHandler(GotFocus);
     textArea.LostFocus -= new EventHandler(LostFocus);
     textArea            = null;
     caretImplementation.Dispose();
 }
Пример #3
0
 public void Dispose()
 {
     textArea.GotFocus  -= GotFocus;
     textArea.LostFocus -= LostFocus;
     textArea            = null;
     caretImplementation.Dispose();
 }
Пример #4
0
 public void Dispose()
 {
     _editor.GotFocus  -= new EventHandler(GotFocus);
     _editor.LostFocus -= new EventHandler(LostFocus);
     _editor            = null;
     caretImplementation.Dispose();
 }