or
<
Style
TargetType
=
"telerik:RadDocking"
>
<
Setter
Property
=
"telerik:StyleManager.Theme"
Value
=
"Office_Blue"
/>
</
Style
>
<
Style
TargetType
=
"telerik:RadPaneGroup"
>
<
Setter
Property
=
"telerik:StyleManager.Theme"
Value
=
"Office_Blue"
/>
</
Style
>
foreach
(AnnotationRangeMarkerBase annotationMarker
in
paragraph.EnumerateChildrenOfType<AnnotationRangeMarkerBase>().ToList<AnnotationRangeMarkerBase>())
{
//....
//Move caret to annotation if ID field is a match
//....
}
private
void
RadRibbonButton_Click(
object
sender, RoutedEventArgs e)
{
editor.ShowComments = !editor.ShowComments
}