2 writes to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (2)
252_oleComponent = OleComponent.CreateHostedComponent("Microsoft CodeAnalysis Inline Rename"); 264_oleComponent = null;
7 references to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures.Wpf (7)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (7)
250Debug.Assert(_oleComponent is null); 253_oleComponent.PreTranslateMessage += OnPreTranslateMessage; 254_oleComponent.BeginTracking(); 259if (_oleComponent is not null) 261_oleComponent.EndTracking(); 262_oleComponent.PreTranslateMessage -= OnPreTranslateMessage; 263_oleComponent.Dispose();