1 write to Tag
Roslyn.VisualStudio.DiagnosticsWindow (1)
PerfMargin\PerfMarginPanel.cs (1)
108s.Tag = item;
6 references to Tag
Microsoft.VisualStudio.LanguageServices (4)
EditorConfigSettings\SettingsEditorControl.xaml.cs (4)
129if (ReferenceEquals(selectedTabItem.Tag, previousTabItem.Tag)) 134if (GetTabItem(previousTabItem.Tag) is ContentPresenter prevFrame && 135GetTabItem(selectedTabItem.Tag) is ContentPresenter currentFrame)
Roslyn.VisualStudio.DiagnosticsWindow (2)
PerfMargin\PerfMarginPanel.cs (1)
147if (selectedItem.Tag is ActivityLevel context && context.Children != null && context.Children.Any())
VenusMargin\ProjectionBufferMargin.xaml.cs (1)
43var buffer = (ITextBuffer)((FrameworkElement)sender).Tag;