Skip to content

Commit

Permalink
Small PR review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpoeschl committed Feb 6, 2018
1 parent d35d1fd commit cff110b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@
Checked="ExpanderToggleButton_CheckedChanged" Unchecked="ExpanderToggleButton_CheckedChanged"/>
<Border Name="SeverityIconBorder" Height="16" Width="16" Margin="-3,0,0,-2"/>
<TextBlock Name="IdTextBlock" Margin="2,0">
<Hyperlink Name="IdHyperlink"
IsEnabled="False"
<Hyperlink Name="IdHyperlink"
IsEnabled="False"
RequestNavigate="LearnMoreHyperlink_RequestNavigate"
Style="{StaticResource PreviewPaneHyperlinkStyle}"/>
</TextBlock>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public FrameworkElement ParentElement

private void PreviewPane_Loaded(object sender, RoutedEventArgs e)
{
Loaded -= PreviewPane_Loaded;
ParentElement = Parent as FrameworkElement;
}

Expand Down

0 comments on commit cff110b

Please sign in to comment.