SYMBOL INDEX (608 symbols across 66 files) FILE: Cyotek.Windows.Forms.ImageBox.Demo/AboutDialog.cs class AboutDialog (line 22) | internal partial class AboutDialog : BaseForm method AboutDialog (line 26) | public AboutDialog() method ShowAboutDialog (line 35) | internal static void ShowAboutDialog() method OnFontChanged (line 56) | protected override void OnFontChanged(EventArgs e) method OnLoad (line 63) | protected override void OnLoad(EventArgs e) method OnResize (line 91) | protected override void OnResize(EventArgs e) method AddReadme (line 98) | private void AddReadme(string fileName) method closeButton_Click (line 110) | private void closeButton_Click(object sender, EventArgs e) method docsTabControl_Selecting (line 115) | private void docsTabControl_Selecting(object sender, TabControlCancelE... method footerGroupBox_Paint (line 120) | private void footerGroupBox_Paint(object sender, PaintEventArgs e) method GetFullReadmePath (line 126) | private string GetFullReadmePath(string fileName) method LoadDocumentForTab (line 131) | private void LoadDocumentForTab(TabPage page) method PositionTabControl (line 180) | private void PositionTabControl() method webLinkLabel_Click (line 185) | private void webLinkLabel_Click(object sender, EventArgs e) FILE: Cyotek.Windows.Forms.ImageBox.Demo/AboutDialog.designer.cs class AboutDialog (line 3) | partial class AboutDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/AnimatedGifDemoForm.Designer.cs class AnimatedGifDemoForm (line 3) | partial class AnimatedGifDemoForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/AnimatedGifDemoForm.cs class AnimatedGifDemoForm (line 14) | internal partial class AnimatedGifDemoForm : BaseForm method AnimatedGifDemoForm (line 18) | public AnimatedGifDemoForm() method aboutToolStripMenuItem_Click (line 27) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 32) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) FILE: Cyotek.Windows.Forms.ImageBox.Demo/BaseForm.Designer.cs class BaseForm (line 3) | partial class BaseForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/BaseForm.cs class BaseForm (line 16) | internal partial class BaseForm : Form method BaseForm (line 20) | public BaseForm() method OnLoad (line 29) | protected override void OnLoad(EventArgs e) method OnShown (line 39) | protected override void OnShown(EventArgs e) method FormatPoint (line 50) | protected string FormatPoint(Point point) method FormatRectangle (line 55) | protected string FormatRectangle(RectangleF rect) FILE: Cyotek.Windows.Forms.ImageBox.Demo/DisposedImageDemoForm.Designer.cs class DisposedImageDemoForm (line 3) | partial class DisposedImageDemoForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/DisposedImageDemoForm.cs class DisposedImageDemoForm (line 15) | internal partial class DisposedImageDemoForm : BaseForm method DisposedImageDemoForm (line 25) | public DisposedImageDemoForm() method OnLoad (line 34) | protected override void OnLoad(EventArgs e) method aboutToolStripMenuItem_Click (line 48) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 53) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) FILE: Cyotek.Windows.Forms.ImageBox.Demo/DragHandle.cs class DragHandle (line 14) | internal class DragHandle method DragHandle (line 18) | public DragHandle(DragHandleAnchor anchor) method DragHandle (line 28) | protected DragHandle() FILE: Cyotek.Windows.Forms.ImageBox.Demo/DragHandleAnchor.cs type DragHandleAnchor (line 12) | internal enum DragHandleAnchor FILE: Cyotek.Windows.Forms.ImageBox.Demo/DragHandleCollection.cs class DragHandleCollection (line 16) | internal class DragHandleCollection : IEnumerable method DragHandleCollection (line 26) | public DragHandleCollection() method GetEnumerator (line 63) | public IEnumerator GetEnumerator() method HitTest (line 68) | public DragHandleAnchor HitTest(Point point) method GetEnumerator (line 96) | IEnumerator IEnumerable.GetEnumerator() FILE: Cyotek.Windows.Forms.ImageBox.Demo/DragTestForm.Designer.cs class DragTestForm (line 3) | partial class DragTestForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/DragTestForm.cs class DragTestForm (line 16) | internal partial class DragTestForm : BaseForm method DragTestForm (line 30) | public DragTestForm() method aboutToolStripMenuItem_Click (line 41) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 46) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) method imageBox_MouseDown (line 51) | private void imageBox_MouseDown(object sender, MouseEventArgs e) method imageBox_MouseMove (line 63) | private void imageBox_MouseMove(object sender, MouseEventArgs e) method imageBox_MouseUp (line 95) | private void imageBox_MouseUp(object sender, MouseEventArgs e) method imageBox_Selecting (line 100) | private void imageBox_Selecting(object sender, ImageBoxCancelEventArgs e) method imageBox_SelectionRegionChanged (line 108) | private void imageBox_SelectionRegionChanged(object sender, EventArgs e) method imageBox_VirtualDraw (line 117) | private void imageBox_VirtualDraw(object sender, PaintEventArgs e) FILE: Cyotek.Windows.Forms.ImageBox.Demo/EventsListBox.cs class EventsListBox (line 17) | internal class EventsListBox : ListBox method AddEvent (line 21) | public void AddEvent(Control sender, string eventName) method AddEvent (line 26) | public void AddEvent(Control sender, string eventName, IDictionary() method sizeModeDemoButton_Click (line 114) | private void sizeModeDemoButton_Click(object sender, EventArgs e) method switchImageDuringZoomDemoButton_Click (line 119) | private void switchImageDuringZoomDemoButton_Click(object sender, Even... method textDemoButton_Click (line 124) | private void textDemoButton_Click(object sender, EventArgs e) method virtualModeDemoButton_Click (line 129) | private void virtualModeDemoButton_Click(object sender, EventArgs e) FILE: Cyotek.Windows.Forms.ImageBox.Demo/MainMenuForm.designer.cs class MainMenuForm (line 3) | partial class MainMenuForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/MiniMapDemoForm.cs class MiniMapDemoForm (line 20) | internal partial class MiniMapDemoForm : BaseForm method MiniMapDemoForm (line 32) | public MiniMapDemoForm() method OnLoad (line 41) | protected override void OnLoad(EventArgs e) method aboutToolStripMenuItem_Click (line 50) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 55) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) method miniMapImageBox_Paint (line 60) | private void miniMapImageBox_Paint(object sender, PaintEventArgs e) method RefreshMiniMap (line 73) | private void RefreshMiniMap() method splitContainer_SplitterMoved (line 119) | private void splitContainer_SplitterMoved(object sender, SplitterEvent... method UpdateMiniMap (line 124) | private void UpdateMiniMap() method zoomImageBox_ImageChanged (line 190) | private void zoomImageBox_ImageChanged(object sender, EventArgs e) method zoomImageBox_Resize (line 195) | private void zoomImageBox_Resize(object sender, EventArgs e) method zoomImageBox_Scroll (line 200) | private void zoomImageBox_Scroll(object sender, ScrollEventArgs e) method zoomImageBox_Zoomed (line 205) | private void zoomImageBox_Zoomed(object sender, ImageBoxZoomEventArgs e) FILE: Cyotek.Windows.Forms.ImageBox.Demo/MiniMapDemoForm.designer.cs class MiniMapDemoForm (line 3) | partial class MiniMapDemoForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/OpenUrlDialog.Designer.cs class OpenUrlDialog (line 3) | partial class OpenUrlDialog method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/OpenUrlDialog.cs class OpenUrlDialog (line 16) | internal sealed partial class OpenUrlDialog : BaseForm method OpenUrlDialog (line 20) | public OpenUrlDialog() method cancelButton_Click (line 37) | private void cancelButton_Click(object sender, EventArgs e) method okButton_Click (line 43) | private void okButton_Click(object sender, EventArgs e) method ValidateUrl (line 61) | private bool ValidateUrl(string url) FILE: Cyotek.Windows.Forms.ImageBox.Demo/PanStylesDemoForm.Designer.cs class PanStylesDemoForm (line 3) | partial class PanStylesDemoForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/PanStylesDemoForm.cs class PanStylesDemoForm (line 17) | internal partial class PanStylesDemoForm : BaseForm method PanStylesDemoForm (line 21) | public PanStylesDemoForm() method OnLoad (line 30) | protected override void OnLoad(EventArgs e) method aboutToolStripMenuItem_Click (line 48) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 53) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) method imageBox_PanEnd (line 58) | private void imageBox_PanEnd(object sender, EventArgs e) method imageBox_PanStart (line 63) | private void imageBox_PanStart(object sender, EventArgs e) FILE: Cyotek.Windows.Forms.ImageBox.Demo/PixelGridForm.Designer.cs class PixelGridForm (line 3) | partial class PixelGridForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/PixelGridForm.cs class PixelGridForm (line 14) | internal partial class PixelGridForm : BaseForm method PixelGridForm (line 18) | public PixelGridForm() method OnLoad (line 27) | protected override void OnLoad(EventArgs e) method aboutToolStripMenuItem_Click (line 38) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 43) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) FILE: Cyotek.Windows.Forms.ImageBox.Demo/Program.cs class Program (line 15) | internal static class Program method Main (line 22) | [STAThread] FILE: Cyotek.Windows.Forms.ImageBox.Demo/Properties/Resources.Designer.cs class Resources (line 22) | [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resource... method Resources (line 31) | [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Mic... FILE: Cyotek.Windows.Forms.ImageBox.Demo/PropertyGrid.cs class PropertyGrid (line 15) | internal class PropertyGrid : System.Windows.Forms.PropertyGrid method FindItem (line 19) | public GridItem FindItem(string itemLabel) method SelectItem (line 61) | public void SelectItem(string itemLabel) FILE: Cyotek.Windows.Forms.ImageBox.Demo/ResizableSelectionDemoForm.Designer.cs class ResizableSelectionDemoForm (line 3) | partial class ResizableSelectionDemoForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/ResizableSelectionDemoForm.cs class ResizableSelectionDemoForm (line 18) | internal partial class ResizableSelectionDemoForm : BaseForm method ResizableSelectionDemoForm (line 22) | public ResizableSelectionDemoForm() method OnLoad (line 35) | protected override void OnLoad(EventArgs e) method SetStatus (line 59) | private void SetStatus(string message) method UpdateCursorPosition (line 64) | private void UpdateCursorPosition(Point location) method UpdateStatusBar (line 78) | private void UpdateStatusBar() method aboutToolStripMenuItem_Click (line 89) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 94) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) method enabledCheckedListBox_ItemCheck (line 99) | private void enabledCheckedListBox_ItemCheck(object sender, ItemCheckE... method imageBox_MouseLeave (line 110) | private void imageBox_MouseLeave(object sender, EventArgs e) method imageBox_MouseMove (line 115) | private void imageBox_MouseMove(object sender, MouseEventArgs e) method imageBox_Resize (line 120) | private void imageBox_Resize(object sender, EventArgs e) method imageBox_Scroll (line 125) | private void imageBox_Scroll(object sender, ScrollEventArgs e) method imageBox_Selected (line 130) | private void imageBox_Selected(object sender, EventArgs e) method imageBox_Selecting (line 136) | private void imageBox_Selecting(object sender, ImageBoxCancelEventArgs e) method imageBox_SelectionMoved (line 149) | private void imageBox_SelectionMoved(object sender, EventArgs e) method imageBox_SelectionMoving (line 156) | private void imageBox_SelectionMoving(object sender, CancelEventArgs e) method imageBox_SelectionRegionChanged (line 168) | private void imageBox_SelectionRegionChanged(object sender, EventArgs e) method imageBox_SelectionResized (line 173) | private void imageBox_SelectionResized(object sender, EventArgs e) method imageBox_SelectionResizing (line 180) | private void imageBox_SelectionResizing(object sender, CancelEventArgs e) method imageBox_VirtualDraw (line 192) | private void imageBox_VirtualDraw(object sender, PaintEventArgs e) method imageBox_Zoomed (line 206) | private void imageBox_Zoomed(object sender, ImageBoxZoomEventArgs e) method selectAllToolStripMenuItem_Click (line 211) | private void selectAllToolStripMenuItem_Click(object sender, EventArgs e) method selectNoneToolStripMenuItem_Click (line 216) | private void selectNoneToolStripMenuItem_Click(object sender, EventArg... method visibleCheckedListBox_ItemCheck (line 221) | private void visibleCheckedListBox_ItemCheck(object sender, ItemCheckE... FILE: Cyotek.Windows.Forms.ImageBox.Demo/ScaledAdornmentsDemoForm.Designer.cs class ScaledAdornmentsDemoForm (line 3) | partial class ScaledAdornmentsDemoForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/ScaledAdornmentsDemoForm.cs class ScaledAdornmentsDemoForm (line 20) | internal partial class ScaledAdornmentsDemoForm : BaseForm method ScaledAdornmentsDemoForm (line 32) | public ScaledAdornmentsDemoForm() method OnLoad (line 41) | protected override void OnLoad(EventArgs e) method aboutToolStripMenuItem_Click (line 55) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method AddLandmark (line 60) | private void AddLandmark(Point point) method closeToolStripMenuItem_Click (line 67) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) method imageBox_MouseClick (line 72) | private void imageBox_MouseClick(object sender, MouseEventArgs e) method imageBox_MouseLeave (line 84) | private void imageBox_MouseLeave(object sender, EventArgs e) method imageBox_MouseMove (line 89) | private void imageBox_MouseMove(object sender, MouseEventArgs e) method imageBox_Paint (line 94) | private void imageBox_Paint(object sender, PaintEventArgs e) method scaleAdornmentsCheckBox_CheckedChanged (line 133) | private void scaleAdornmentsCheckBox_CheckedChanged(object sender, Eve... method UpdateCursorPosition (line 138) | private void UpdateCursorPosition(Point location) FILE: Cyotek.Windows.Forms.ImageBox.Demo/SizeModeDemoForm.Designer.cs class SizeModeDemoForm (line 3) | partial class SizeModeDemoForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/SizeModeDemoForm.cs class SizeModeDemoForm (line 14) | internal partial class SizeModeDemoForm : BaseForm method SizeModeDemoForm (line 18) | public SizeModeDemoForm() method aboutToolStripMenuItem_Click (line 27) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 32) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) FILE: Cyotek.Windows.Forms.ImageBox.Demo/SwitchImageDuringZoomDemoForm.Designer.cs class SwitchImageDuringZoomDemoForm (line 3) | partial class SwitchImageDuringZoomDemoForm method InitializeComponent (line 16) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/SwitchImageDuringZoomDemoForm.cs class SwitchImageDuringZoomDemoForm (line 18) | internal partial class SwitchImageDuringZoomDemoForm : BaseForm method SwitchImageDuringZoomDemoForm (line 28) | public SwitchImageDuringZoomDemoForm() method Dispose (line 41) | protected override void Dispose(bool disposing) method OnLoad (line 62) | protected override void OnLoad(EventArgs e) method AddLayer (line 119) | private void AddLayer(string name, int lowerZoom, int upperZoom) method FindNearestLayer (line 137) | private int FindNearestLayer(int zoom) method GetMapFileName (line 159) | private string GetMapFileName(string name) method GetMapImage (line 164) | private Image GetMapImage(string name) method SetMessage (line 189) | private void SetMessage(string message) method SetStatus (line 196) | private void SetStatus(string message) method UpdateCursorPosition (line 204) | private void UpdateCursorPosition(Point location) method UpdateMap (line 218) | private void UpdateMap() method UpdateZoomLabel (line 268) | private void UpdateZoomLabel() method aboutToolStripMenuItem_Click (line 277) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 282) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) method imageBox_MouseLeave (line 287) | private void imageBox_MouseLeave(object sender, EventArgs e) method imageBox_MouseMove (line 292) | private void imageBox_MouseMove(object sender, MouseEventArgs e) method imageBox_ZoomChanged (line 297) | private void imageBox_ZoomChanged(object sender, EventArgs e) method imageBox_Zoomed (line 302) | private void imageBox_Zoomed(object sender, ImageBoxZoomEventArgs e) method refreshMapTimer_Tick (line 331) | private void refreshMapTimer_Tick(object sender, EventArgs e) method resetMessageTimer_Tick (line 338) | private void resetMessageTimer_Tick(object sender, EventArgs e) type MapLayerData (line 348) | private struct MapLayerData FILE: Cyotek.Windows.Forms.ImageBox.Demo/TextDemoForm.Designer.cs class TextDemoForm (line 3) | partial class TextDemoForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/TextDemoForm.cs class TextDemoForm (line 14) | internal partial class TextDemoForm : BaseForm method TextDemoForm (line 18) | public TextDemoForm() method OnLoad (line 27) | protected override void OnLoad(EventArgs e) method aboutToolStripMenuItem_Click (line 39) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 44) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) FILE: Cyotek.Windows.Forms.ImageBox.Demo/VirtualModeDemonstrationForm.Designer.cs class VirtualModeDemonstrationForm (line 3) | partial class VirtualModeDemonstrationForm method Dispose (line 14) | protected override void Dispose(bool disposing) method InitializeComponent (line 29) | private void InitializeComponent() FILE: Cyotek.Windows.Forms.ImageBox.Demo/VirtualModeDemonstrationForm.cs class VirtualModeDemonstrationForm (line 16) | internal partial class VirtualModeDemonstrationForm : BaseForm method VirtualModeDemonstrationForm (line 20) | public VirtualModeDemonstrationForm() method OnLoad (line 29) | protected override void OnLoad(EventArgs e) method aboutToolStripMenuItem_Click (line 40) | private void aboutToolStripMenuItem_Click(object sender, EventArgs e) method closeToolStripMenuItem_Click (line 45) | private void closeToolStripMenuItem_Click(object sender, EventArgs e) method imageBox_VirtualDraw (line 50) | private void imageBox_VirtualDraw(object sender, PaintEventArgs e) FILE: Cyotek.Windows.Forms.ImageBox.Design/ImageBoxDesigner.cs class ImageBoxDesigner (line 28) | public class ImageBoxDesigner : ControlDesigner method Initialize (line 82) | public override void Initialize(IComponent component) method Dispose (line 100) | protected override void Dispose(bool disposing) method DockVerbHandler (line 138) | private void DockVerbHandler(object sender, EventArgs e) method SetDock (line 146) | private void SetDock(DockStyle dock) method UndockVerbHandler (line 190) | private void UndockVerbHandler(object sender, EventArgs e) method OnComponentChanged (line 204) | private void OnComponentChanged(object sender, ComponentChangedEventAr... FILE: Cyotek.Windows.Forms.ImageBox/ImageBox.cs class ImageBox (line 24) | [DefaultProperty("Image")] method ImageBox (line 236) | public ImageBox() method CreateCheckerBoxTile (line 741) | public static Bitmap CreateCheckerBoxTile(int cellSize, Color cellColo... method CreateCheckerBoxTile (line 774) | public static Bitmap CreateCheckerBoxTile() method GetPanAllCursor (line 779) | private static Cursor GetPanAllCursor() method GetPanAllSymbol (line 788) | private static Bitmap GetPanAllSymbol() method LoadPanResources (line 800) | private static void LoadPanResources() method ActualSize (line 1900) | public virtual void ActualSize() method BeginUpdate (line 1908) | public virtual void BeginUpdate() method CenterAt (line 1917) | public virtual void CenterAt(Point imageLocation) method CenterAt (line 1927) | public void CenterAt(int x, int y) method CenterAt (line 1937) | public void CenterAt(float x, float y) method CenterToImage (line 1945) | public virtual void CenterToImage() method EndUpdate (line 1953) | public virtual void EndUpdate() method FitRectangle (line 1973) | public Rectangle FitRectangle(Rectangle rectangle) method FitRectangle (line 2015) | public RectangleF FitRectangle(RectangleF rectangle) method GetImageViewPort (line 2056) | public virtual Rectangle GetImageViewPort() method GetInsideViewPort (line 2115) | public Rectangle GetInsideViewPort() method GetInsideViewPort (line 2127) | public virtual Rectangle GetInsideViewPort(bool includePadding) method GetOffsetPoint (line 2155) | public virtual Point GetOffsetPoint(Point source) method GetOffsetPoint (line 2170) | public Point GetOffsetPoint(int x, int y) method GetOffsetPoint (line 2181) | public PointF GetOffsetPoint(float x, float y) method GetOffsetPoint (line 2191) | public virtual PointF GetOffsetPoint(PointF source) method GetOffsetRectangle (line 2211) | public virtual RectangleF GetOffsetRectangle(RectangleF source) method GetOffsetRectangle (line 2234) | public Rectangle GetOffsetRectangle(int x, int y, int width, int height) method GetOffsetRectangle (line 2247) | public RectangleF GetOffsetRectangle(float x, float y, float width, fl... method GetOffsetRectangle (line 2257) | public virtual Rectangle GetOffsetRectangle(Rectangle source) method GetPreferredSize (line 2279) | public override Size GetPreferredSize(Size proposedSize) method GetScaledPoint (line 2316) | public Point GetScaledPoint(int x, int y) method GetScaledPoint (line 2327) | public PointF GetScaledPoint(float x, float y) method GetScaledPoint (line 2337) | public virtual Point GetScaledPoint(Point source) method GetScaledPoint (line 2347) | public virtual PointF GetScaledPoint(PointF source) method GetScaledRectangle (line 2360) | public Rectangle GetScaledRectangle(int x, int y, int width, int height) method GetScaledRectangle (line 2373) | public RectangleF GetScaledRectangle(float x, float y, float width, fl... method GetScaledRectangle (line 2384) | public Rectangle GetScaledRectangle(Point location, Size size) method GetScaledRectangle (line 2395) | public RectangleF GetScaledRectangle(PointF location, SizeF size) method GetScaledRectangle (line 2405) | public virtual Rectangle GetScaledRectangle(Rectangle source) method GetScaledRectangle (line 2415) | public virtual RectangleF GetScaledRectangle(RectangleF source) method GetScaledSize (line 2426) | public SizeF GetScaledSize(float width, float height) method GetScaledSize (line 2437) | public Size GetScaledSize(int width, int height) method GetScaledSize (line 2447) | public virtual SizeF GetScaledSize(SizeF source) method GetScaledSize (line 2457) | public virtual Size GetScaledSize(Size source) method GetSelectedImage (line 2467) | public Image GetSelectedImage() method GetSourceImageRegion (line 2497) | public virtual RectangleF GetSourceImageRegion() method IsPointInImage (line 2539) | public virtual bool IsPointInImage(Point point) method IsPointInImage (line 2553) | public bool IsPointInImage(int x, int y) method IsPointInImage (line 2566) | public bool IsPointInImage(float x, float y) method PointToImage (line 2576) | public Point PointToImage(Point point) method PointToImage (line 2587) | public Point PointToImage(float x, float y) method PointToImage (line 2601) | public Point PointToImage(float x, float y, bool fitToBounds) method PointToImage (line 2612) | public Point PointToImage(int x, int y) method PointToImage (line 2626) | public Point PointToImage(int x, int y, bool fitToBounds) method PointToImage (line 2639) | public virtual Point PointToImage(Point point, bool fitToBounds) method ScrollTo (line 2694) | public void ScrollTo(int x, int y, int relativeX, int relativeY) method ScrollTo (line 2706) | public void ScrollTo(float x, float y, float relativeX, float relativeY) method ScrollTo (line 2716) | public virtual void ScrollTo(Point imageLocation, Point relativeDispla... method SelectAll (line 2731) | public virtual void SelectAll() method SelectNone (line 2739) | public virtual void SelectNone() method ZoomIn (line 2747) | public virtual void ZoomIn() method ZoomIn (line 2756) | public virtual void ZoomIn(bool preservePosition) method ZoomOut (line 2764) | public virtual void ZoomOut() method ZoomOut (line 2773) | public virtual void ZoomOut(bool preservePosition) method ZoomToFit (line 2781) | public virtual void ZoomToFit() method ZoomToRegion (line 2827) | public void ZoomToRegion(float x, float y, float width, float height) method ZoomToRegion (line 2839) | public void ZoomToRegion(int x, int y, int width, int height) method ZoomToRegion (line 2848) | public virtual void ZoomToRegion(RectangleF rectangle) method AdjustLayout (line 2869) | protected virtual void AdjustLayout() method AdjustScroll (line 2895) | protected virtual void AdjustScroll(int x, int y) method AdjustSize (line 2907) | protected virtual void AdjustSize() method AdjustViewPort (line 2918) | protected virtual void AdjustViewPort() method CreateGridTileImage (line 2933) | protected virtual Bitmap CreateGridTileImage(int cellSize, Color first... method Dispose (line 2966) | protected override void Dispose(bool disposing) method DrawBackground (line 2997) | protected virtual void DrawBackground(PaintEventArgs e) method DrawDropShadow (line 3031) | protected virtual void DrawDropShadow(Graphics g, Rectangle viewPort) method DrawGlowShadow (line 3054) | protected virtual void DrawGlowShadow(Graphics g, Rectangle viewPort) method DrawImage (line 3090) | protected virtual void DrawImage(Graphics g) method DrawImageBorder (line 3127) | protected virtual void DrawImageBorder(Graphics graphics) method DrawLabel (line 3163) | protected void DrawLabel(Graphics graphics, string text, Rectangle bou... method DrawLabel (line 3175) | protected void DrawLabel(Graphics graphics, string text, Font font, Re... method DrawLabel (line 3188) | protected void DrawLabel(Graphics graphics, string text, Font font, Co... method DrawLabel (line 3202) | protected void DrawLabel(Graphics graphics, string text, Font font, Co... method DrawLabel (line 3217) | protected void DrawLabel(Graphics graphics, string text, Font font, Co... method DrawLabel (line 3233) | protected virtual void DrawLabel(Graphics graphics, string text, Font ... method DrawLabel (line 3250) | protected virtual void DrawLabel(Graphics graphics, string text, Font ... method DrawPixelGrid (line 3374) | protected virtual void DrawPixelGrid(Graphics g) method DrawSelection (line 3416) | protected virtual void DrawSelection(PaintEventArgs e) method DrawText (line 3441) | protected virtual void DrawText(PaintEventArgs e) method EndDrag (line 3453) | protected virtual void EndDrag() method GetCursor (line 3466) | protected virtual Cursor GetCursor(Point location) method GetImageBorderOffset (line 3513) | protected virtual int GetImageBorderOffset() method GetInterpolationMode (line 3541) | protected virtual InterpolationMode GetInterpolationMode() method IsInputKey (line 3573) | protected override bool IsInputKey(Keys keyData) method OnAllowClickZoomChanged (line 3595) | protected virtual void OnAllowClickZoomChanged(EventArgs e) method OnAllowDoubleClickChanged (line 3610) | protected virtual void OnAllowDoubleClickChanged(EventArgs e) method OnAllowFreePanChanged (line 3625) | protected virtual void OnAllowFreePanChanged(EventArgs e) method OnAllowUnfocusedMouseWheelChanged (line 3638) | protected virtual void OnAllowUnfocusedMouseWheelChanged(EventArgs e) method OnAllowZoomChanged (line 3661) | protected virtual void OnAllowZoomChanged(EventArgs e) method OnAutoCenterChanged (line 3676) | protected virtual void OnAutoCenterChanged(EventArgs e) method OnAutoPanChanged (line 3693) | protected virtual void OnAutoPanChanged(EventArgs e) method OnBackColorChanged (line 3708) | protected override void OnBackColorChanged(EventArgs e) method OnBorderStyleChanged (line 3721) | protected override void OnBorderStyleChanged(EventArgs e) method OnDockChanged (line 3734) | protected override void OnDockChanged(EventArgs e) method OnDropShadowSizeChanged (line 3750) | protected virtual void OnDropShadowSizeChanged(EventArgs e) method OnFontChanged (line 3765) | protected override void OnFontChanged(EventArgs e) method OnForeColorChanged (line 3776) | protected override void OnForeColorChanged(EventArgs e) method OnGridCellSizeChanged (line 3789) | protected virtual void OnGridCellSizeChanged(EventArgs e) method OnGridColorAlternateChanged (line 3806) | protected virtual void OnGridColorAlternateChanged(EventArgs e) method OnGridColorChanged (line 3823) | protected virtual void OnGridColorChanged(EventArgs e) method OnGridDisplayModeChanged (line 3840) | protected virtual void OnGridDisplayModeChanged(EventArgs e) method OnGridScaleChanged (line 3858) | protected virtual void OnGridScaleChanged(EventArgs e) method OnImageBorderColorChanged (line 3875) | protected virtual void OnImageBorderColorChanged(EventArgs e) method OnImageBorderStyleChanged (line 3892) | protected virtual void OnImageBorderStyleChanged(EventArgs e) method OnImageChanged (line 3909) | protected virtual void OnImageChanged(EventArgs e) method OnInterpolationModeChanged (line 3944) | protected virtual void OnInterpolationModeChanged(EventArgs e) method OnInvertMouseChanged (line 3961) | protected virtual void OnInvertMouseChanged(EventArgs e) method OnKeyDown (line 3976) | protected override void OnKeyDown(KeyEventArgs e) method OnLimitSelectionToImageChanged (line 3994) | protected virtual void OnLimitSelectionToImageChanged(EventArgs e) method OnMouseDown (line 4009) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseMove (line 4044) | protected override void OnMouseMove(MouseEventArgs e) method OnMouseUp (line 4063) | protected override void OnMouseUp(MouseEventArgs e) method OnMouseWheel (line 4101) | protected override void OnMouseWheel(MouseEventArgs e) method OnMouseWheelModeChanged (line 4132) | protected virtual void OnMouseWheelModeChanged(EventArgs e) method OnPaddingChanged (line 4147) | protected override void OnPaddingChanged(EventArgs e) method OnPaint (line 4159) | protected override void OnPaint(PaintEventArgs e) method OnPanEnd (line 4213) | protected virtual void OnPanEnd(EventArgs e) method OnPanModeChanged (line 4226) | protected virtual void OnPanModeChanged(EventArgs e) method OnPanStart (line 4241) | protected virtual void OnPanStart(CancelEventArgs e) method OnParentChanged (line 4256) | protected override void OnParentChanged(EventArgs e) method OnPixelGridColorChanged (line 4268) | protected virtual void OnPixelGridColorChanged(EventArgs e) method OnPixelGridThresholdChanged (line 4283) | protected virtual void OnPixelGridThresholdChanged(EventArgs e) method OnResize (line 4298) | protected override void OnResize(EventArgs e) method OnScaleTextChanged (line 4309) | protected virtual void OnScaleTextChanged(EventArgs e) method OnScroll (line 4326) | protected override void OnScroll(ScrollEventArgs se) method OnSelected (line 4339) | protected virtual void OnSelected(EventArgs e) method OnSelecting (line 4365) | protected virtual void OnSelecting(ImageBoxCancelEventArgs e) method OnSelectionColorChanged (line 4380) | protected virtual void OnSelectionColorChanged(EventArgs e) method OnSelectionModeChanged (line 4395) | protected virtual void OnSelectionModeChanged(EventArgs e) method OnSelectionRegionChanged (line 4410) | protected virtual void OnSelectionRegionChanged(EventArgs e) method OnShortcutsEnabledChanged (line 4427) | protected virtual void OnShortcutsEnabledChanged(EventArgs e) method OnShowPixelGridChanged (line 4442) | protected virtual void OnShowPixelGridChanged(EventArgs e) method OnSizeModeChanged (line 4457) | protected virtual void OnSizeModeChanged(EventArgs e) method OnSizeToFitChanged (line 4474) | protected virtual void OnSizeToFitChanged(EventArgs e) method OnTextAlignChanged (line 4489) | protected virtual void OnTextAlignChanged(EventArgs e) method OnTextBackColorChanged (line 4504) | protected virtual void OnTextBackColorChanged(EventArgs e) method OnTextChanged (line 4519) | protected override void OnTextChanged(EventArgs e) method OnTextDisplayModeChanged (line 4530) | protected virtual void OnTextDisplayModeChanged(EventArgs e) method OnTextPaddingChanged (line 4545) | protected virtual void OnTextPaddingChanged(EventArgs e) method OnVirtualDraw (line 4562) | protected virtual void OnVirtualDraw(PaintEventArgs e) method OnVirtualModeChanged (line 4577) | protected virtual void OnVirtualModeChanged(EventArgs e) method OnVirtualSizeChanged (line 4594) | protected virtual void OnVirtualSizeChanged(EventArgs e) method OnZoomChanged (line 4611) | protected virtual void OnZoomChanged(EventArgs e) method OnZoomed (line 4626) | protected virtual void OnZoomed(ImageBoxZoomEventArgs e) method OnZoomLevelsChanged (line 4641) | protected virtual void OnZoomLevelsChanged(EventArgs e) method ProcessImageShortcuts (line 4656) | protected virtual void ProcessImageShortcuts(KeyEventArgs e) method ProcessMouseZoom (line 4705) | protected virtual void ProcessMouseZoom(bool isZoomIn, Point cursorPos... method ProcessPanning (line 4716) | protected virtual void ProcessPanning(MouseEventArgs e) method ProcessScrollingShortcuts (line 4757) | protected virtual void ProcessScrollingShortcuts(KeyEventArgs e) method ProcessSelection (line 4785) | protected virtual void ProcessSelection(MouseEventArgs e) method RestoreSizeMode (line 4853) | protected void RestoreSizeMode() method StartDrag (line 4869) | protected virtual void StartDrag(MouseEventArgs e) method UpdateScrollPosition (line 4891) | protected virtual void UpdateScrollPosition(Point position) method CanPan (line 4898) | private bool CanPan(MouseButtons button) method CreateTimer (line 4903) | private void CreateTimer() method DoMouseWheelZoom (line 4916) | private void DoMouseWheelZoom(MouseEventArgs e) method DrawPanAllSymbol (line 4931) | private void DrawPanAllSymbol(PaintEventArgs e) method FreePanTimerTickHandler (line 4945) | private void FreePanTimerTickHandler(object sender, EventArgs e) method GetDistance (line 4992) | private int GetDistance(int x1, int y1, int x2, int y2) method GetDistance (line 5013) | private int GetDistance(int x1, int x2) method GetImageSize (line 5029) | private Size GetImageSize() method GetPanDirection (line 5054) | private ImageBoxPanDirection GetPanDirection(Point location) method GetZoomLevel (line 5095) | private int GetZoomLevel(ImageBoxZoomActions action) method InitializeGridTile (line 5123) | private void InitializeGridTile() method KillTimer (line 5144) | private void KillTimer() method OnFrameChangedHandler (line 5160) | private void OnFrameChangedHandler(object sender, EventArgs eventArgs) method PerformActualSize (line 5169) | private void PerformActualSize(ImageBoxActionSources source) method PerformZoom (line 5181) | private void PerformZoom(ImageBoxZoomActions action, ImageBoxActionSou... method PerformZoom (line 5193) | private void PerformZoom(ImageBoxZoomActions action, ImageBoxActionSou... method PerformZoomIn (line 5217) | private void PerformZoomIn(ImageBoxActionSources source, bool preserve... method PerformZoomOut (line 5227) | private void PerformZoomOut(ImageBoxActionSources source, bool preserv... method ProcessPanEvents (line 5236) | private void ProcessPanEvents(ImageBoxPanStyle panStyle) method SetCursor (line 5279) | private void SetCursor(Point location) method SetZoom (line 5304) | private void SetZoom(int value, ImageBoxZoomActions actions, ImageBoxA... FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxActionSources.cs type ImageBoxActionSources (line 17) | [Flags] FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxBorderStyle.cs type ImageBoxBorderStyle (line 15) | public enum ImageBoxBorderStyle FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxCancelEventArgs.cs class ImageBoxCancelEventArgs (line 18) | public class ImageBoxCancelEventArgs : CancelEventArgs method ImageBoxCancelEventArgs (line 26) | public ImageBoxCancelEventArgs(Point location) method ImageBoxCancelEventArgs (line 39) | protected ImageBoxCancelEventArgs() FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxGridDisplayMode.cs type ImageBoxGridDisplayMode (line 15) | public enum ImageBoxGridDisplayMode FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxGridScale.cs type ImageBoxGridScale (line 15) | public enum ImageBoxGridScale FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxMouseWheelMessageFilter.cs class ImageBoxMouseWheelMessageFilter (line 25) | internal sealed class ImageBoxMouseWheelMessageFilter : IMessageFilter method ImageBoxMouseWheelMessageFilter (line 40) | private ImageBoxMouseWheelMessageFilter() method PreFilterMessage (line 94) | bool IMessageFilter.PreFilterMessage(ref Message m) FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxMouseWheelMode.cs type ImageBoxMouseWheelMode (line 6) | public enum ImageBoxMouseWheelMode FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxNativeMethods.cs class NativeMethods (line 24) | internal partial class NativeMethods // partial for when linking this fi... type SIF (line 30) | [Flags] method NativeMethods (line 110) | private NativeMethods() method GetScrollInfo (line 117) | [DllImport("user32.dll", SetLastError = true)] method GetTickCount (line 120) | [DllImport("kernel32.dll")] method GetWindowLong (line 123) | [DllImport("user32.dll", SetLastError = true)] method SetScrollInfo (line 126) | [DllImport("user32.dll")] method SetWindowLong (line 129) | [DllImport("user32.dll")] method WindowFromPoint (line 132) | [DllImport("user32.dll")] method SendMessage (line 135) | [DllImport("user32.dll", SetLastError = false)] class SCROLLINFO (line 142) | [StructLayout(LayoutKind.Sequential, Pack = 1)] method SCROLLINFO (line 159) | public SCROLLINFO() FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxPanDirection.cs type ImageBoxPanDirection (line 3) | internal enum ImageBoxPanDirection FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxPanMode.cs type ImageBoxPanMode (line 9) | [Flags] FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxPanStyle.cs type ImageBoxPanStyle (line 7) | internal enum ImageBoxPanStyle FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxSelectionMode.cs type ImageBoxSelectionMode (line 15) | public enum ImageBoxSelectionMode FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxSizeMode.cs type ImageBoxSizeMode (line 15) | public enum ImageBoxSizeMode FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxZoomActions.cs type ImageBoxZoomActions (line 17) | [Flags] FILE: Cyotek.Windows.Forms.ImageBox/ImageBoxZoomEventArgs.cs class ImageBoxZoomEventArgs (line 17) | public class ImageBoxZoomEventArgs : EventArgs method ImageBoxZoomEventArgs (line 28) | public ImageBoxZoomEventArgs(ImageBoxZoomActions actions, ImageBoxActi... method ImageBoxZoomEventArgs (line 44) | protected ImageBoxZoomEventArgs() FILE: Cyotek.Windows.Forms.ImageBox/ScrollControl.cs class ScrollControl (line 18) | [ToolboxItem(false)] method ScrollControl (line 42) | public ScrollControl() method OnEnabledChanged (line 140) | protected override void OnEnabledChanged(EventArgs e) method OnMouseDown (line 153) | protected override void OnMouseDown(MouseEventArgs e) method OnMouseWheel (line 169) | protected override void OnMouseWheel(MouseEventArgs e) method WndProc (line 228) | [DebuggerStepThrough] method ScrollTo (line 537) | public void ScrollTo(int x, int y) method GetEventType (line 553) | protected ScrollEventType GetEventType(IntPtr wParam) method OnBorderStyleChanged (line 586) | protected virtual void OnBorderStyleChanged(EventArgs e) method OnPageSizeChanged (line 606) | protected virtual void OnPageSizeChanged(EventArgs e) method OnScroll (line 626) | protected virtual void OnScroll(ScrollEventArgs e) method OnScrollSizeChanged (line 647) | protected virtual void OnScrollSizeChanged(EventArgs e) method OnStepSizeChanged (line 667) | protected virtual void OnStepSizeChanged(EventArgs e) method ScrollTo (line 684) | protected virtual void ScrollTo(ScrollOrientation scrollbar, int value) method UpdateHorizontalScroll (line 715) | protected virtual void UpdateHorizontalScroll() method UpdateHorizontalScrollbar (line 733) | protected virtual void UpdateHorizontalScrollbar() method UpdateScrollbars (line 764) | protected void UpdateScrollbars() method UpdateVerticalScroll (line 773) | protected virtual void UpdateVerticalScroll() method UpdateVerticalScrollbar (line 791) | protected virtual void UpdateVerticalScrollbar() method WmScroll (line 825) | protected virtual void WmScroll(ref Message msg) method GetScrollInfo (line 912) | private NativeMethods.SCROLLINFO GetScrollInfo(ScrollOrientation scrol... method SetScrollInfo (line 934) | private int SetScrollInfo(ScrollOrientation scrollbar, NativeMethods.S... FILE: Cyotek.Windows.Forms.ImageBox/ScrollProperties.cs class ScrollControl (line 7) | partial class ScrollControl class HScrollProperties (line 14) | public class HScrollProperties : ScrollProperties method HScrollProperties (line 22) | public HScrollProperties(ScrollControl container) class ScrollProperties (line 32) | public abstract class ScrollProperties method ScrollProperties (line 46) | protected ScrollProperties(ScrollControl container) class VScrollProperties (line 121) | public class VScrollProperties : ScrollProperties method VScrollProperties (line 129) | public VScrollProperties(ScrollControl container) FILE: Cyotek.Windows.Forms.ImageBox/VirtualScrollableControl.cs class VirtualScrollableControl (line 13) | [ToolboxItem(false)] method VirtualScrollableControl (line 33) | public VirtualScrollableControl() method OnResize (line 81) | protected override void OnResize(EventArgs e) method OnScroll (line 125) | protected override void OnScroll(ScrollEventArgs e) method OnVisibleChanged (line 149) | protected override void OnVisibleChanged(EventArgs e) method ScrollControlIntoView (line 310) | public void ScrollControlIntoView(Control activeControl) method AdjustPositionToSize (line 334) | protected Point AdjustPositionToSize(Point position) method OnAutoScrollChanged (line 368) | protected virtual void OnAutoScrollChanged(EventArgs e) method OnAutoScrollMarginChanged (line 386) | protected virtual void OnAutoScrollMarginChanged(EventArgs e) method OnAutoScrollMinSizeChanged (line 404) | protected virtual void OnAutoScrollMinSizeChanged(EventArgs e) method OnAutoScrollPositionChanged (line 425) | protected virtual void OnAutoScrollPositionChanged(EventArgs e) method AdjustScrollbars (line 444) | private void AdjustScrollbars() method ScrollByOffset (line 484) | private void ScrollByOffset(Size offset) FILE: Cyotek.Windows.Forms.ImageBox/ZoomLevelCollection.cs class ZoomLevelCollection (line 19) | public class ZoomLevelCollection : IList method ZoomLevelCollection (line 26) | public ZoomLevelCollection() method ZoomLevelCollection (line 36) | public ZoomLevelCollection(IEnumerable collection) method Add (line 122) | public void Add(int item) method AddRange (line 132) | public void AddRange(IEnumerable collection) method Clear (line 148) | public void Clear() method Contains (line 158) | public bool Contains(int item) method CopyTo (line 168) | public void CopyTo(int[] array, int arrayIndex) method FindNearest (line 180) | public int FindNearest(int zoomLevel) method GetEnumerator (line 201) | public IEnumerator GetEnumerator() method IndexOf (line 211) | public int IndexOf(int item) method Insert (line 222) | public void Insert(int index, int item) method NextZoom (line 232) | public int NextZoom(int zoomLevel) method PreviousZoom (line 250) | public int PreviousZoom(int zoomLevel) method Remove (line 268) | public bool Remove(int item) method RemoveAt (line 277) | public void RemoveAt(int index) method ToArray (line 286) | public int[] ToArray() method GetEnumerator (line 304) | IEnumerator IEnumerable.GetEnumerator() FILE: Cyotek.Windows.Forms.ImageBox/ZoomLevelCollectionConverter.cs class ZoomLevelCollectionConverter (line 14) | public class ZoomLevelCollectionConverter method CanConvertFrom (line 17) | public override bool CanConvertFrom(ITypeDescriptorContext context, Ty... method CanConvertTo (line 22) | public override bool CanConvertTo(ITypeDescriptorContext context, Type... method ConvertFrom (line 27) | public override object ConvertFrom(ITypeDescriptorContext context, Cul... method ConvertTo (line 56) | public override object ConvertTo(ITypeDescriptorContext context, Cultu...