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