2 writes to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (2)
265_oleComponent = OleComponent.CreateHostedComponent("Microsoft CodeAnalysis Inline Rename"); 277_oleComponent = null;
7 references to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures.Wpf (7)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (7)
263Debug.Assert(_oleComponent is null); 266_oleComponent.PreTranslateMessage += OnPreTranslateMessage; 267_oleComponent.BeginTracking(); 272if (_oleComponent is not null) 274_oleComponent.EndTracking(); 275_oleComponent.PreTranslateMessage -= OnPreTranslateMessage; 276_oleComponent.Dispose();