<CheckBoxName="check"> <StackPanelOrientation="Vertical"> <TextBlockx:Name="IncludeInGlobalResultTitle" Margin="0,10,0,0" Text="Include in global result" /> <dev:IsEnabledTextBlockFontSize="{StaticResource SecondaryTextFontSize}" IsEnabled="{Binding ElementName=check, Path=IsChecked}" Text="Show results on queries without direct activation command" /> </StackPanel> </CheckBox>