Creating a ComboBox Style AutoCompleteBox Control in Silverlight ...
This code accesses the ToggleButton defined in the Generic.xaml template using the base class's GetTemplateChild method. Once the ToggleButton control is found it's assigned to the ToggleButton property of our control which ......