How to find assembly of current project in design time? I need todistinguish between types of currentassembly and types of assemblies that current assembly references.
For example if you try to set Data Source property of DataGridView and click "Add Project Data Source" then Data Source Configuration Wizard will be displayed. Select "Object" and click next. You'll see types grouped by assembly and namespace. Current project's assembly has special icon. How to determine that assembly (or its types) is assembly of current project?