Adding the SpellChecker for Silverlight Components to a Blend Project
To add a reference to the assembly:
1. Select Project | Add Reference.
2. Browse to find the C1.Silverlight.Chart.dll assembly installed with Chart for Silverlight.
Note: The C1.Silverlight.SpellChecker.dll file is installed to C:\Program Files\ComponentOne\Studio for Silverlight\bin by default.
3. Select C1.Sivlerlight.SpellChecker.dll and click Open. A reference is added to your project.
To add a component from the Asset Library:
1. Once you have added a reference to the C1.Silverlight.SpellChecker.dll, click the Asset Library button in the Blend Toolbox. The Asset Library appears.
2. Click the Controls drop-down arrow and select All.
3. Select C1SpellChecker.The component will appear in the Toolbox below the Asset Library button.
4. Double-click the C1SpellChecker component in the Toolbox to add it to Window1.xaml.