or
<
telerik:RadComboBox
Name
=
"comboWorkingPlan"
Height
=
"20"
Width
=
"100"
DisplayMemberPath
=
"Name"
SelectionChanged
=
"comboWorkingPlan_SelectionChanged"
SelectedItem
=
"{Binding Source={StaticResource MainUIDataSource}, Path=Class, Mode=TwoWay}"
ItemsSource
=
"{Binding Source={StaticResource MainUIDataSource}, Path=PlansDataSource.AllClasses}"
Initialized
=
"comboWorkingPlan_Initialized"
/>
<
Style
TargetType
=
"telerik:RadToolTip"
x:Key="{telerik:ThemeResourceKey
ThemeType
=
external
:Office_SilverThemeExternal ,
ElementType
=
telerik
:RadToolTip}"
>
<
Style
TargetType
=
"telerik:RadToolTip"
BasedOn="{StaticReference ResourceKey={telerik:ThemeResourceKey
ThemeType
=
external
:Office_SilverThemeExternal ,
ElementType
=
telerik
:RadToolTip}}"
>
<
ResourceDictionary
xmlns
=
"http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:external
=
"clr-namespace:Telerik.Windows.Controls.External"
>