protected override void WndProc(ref Message m) { base.WndProc(ref m); if (_detector != null) { _detector.WndProc(ref m); } }