1 write to MainPanel
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
artifacts\obj\Microsoft.CodeAnalysis.EditorFeatures.Wpf\Release\net472\InlineRename\UI\Adornment\RenameFlyout.g.cs (1)
176
this.
MainPanel
= ((System.Windows.Controls.StackPanel)(target));
2 references to MainPanel
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (2)
76
var index =
MainPanel
.Children.IndexOf(IdentifierAndExpandButtonGrid);
77
MainPanel
.Children.Insert(index + 1, smartRenameControl);