/
githubmirror
/
roslyn
Обзор
Документация
Войти
/
githubmirror
/
roslyn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/VisualStudio/Core/Impl/Options/CodeStyleNoticeTextBlock.xaml
18 строк
1 KB
Joey Robichaud
Remove unnecessary x:Name
12 сен 2019, 04:20
Не верифицирован
12 сен 2019, 04:20
909a667
Код
Авторство
О чём код?
<TextBlock x:Class="Microsoft.VisualStudio.LanguageServices.Implementation.Options.CodeStyleNoticeTextBlock" x:ClassModifier="internal" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:local="clr-namespace:Microsoft.VisualStudio.LanguageServices.Implementation.Options" mc:Ignorable="d" TextWrapping="Wrap" d:DesignHeight="450" d:DesignWidth="800"> <Run Text="{x:Static local:CodeStyleNoticeTextBlock.CodeStylePageHeader}"/> <Run Text=" "/> <Hyperlink AutomationProperties.Name="{x:Static local:CodeStyleNoticeTextBlock.CodeStylePageHeaderLearnMoreText}" RequestNavigate="LearnMoreHyperlink_RequestNavigate" NavigateUri="{x:Static local:CodeStyleNoticeTextBlock.CodeStylePageHeaderLearnMoreUri}"> <TextBlock Text="{x:Static local:CodeStyleNoticeTextBlock.CodeStylePageHeaderLearnMoreText}"/> </Hyperlink> </TextBlock>