2 writes to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (2)
273
_oleComponent
= OleComponent.CreateHostedComponent("Microsoft CodeAnalysis Inline Rename");
285
_oleComponent
= null;
7 references to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (7)
271
Debug.Assert(
_oleComponent
is null);
274
_oleComponent
.PreTranslateMessage += OnPreTranslateMessage;
275
_oleComponent
.BeginTracking();
280
if (
_oleComponent
is not null)
282
_oleComponent
.EndTracking();
283
_oleComponent
.PreTranslateMessage -= OnPreTranslateMessage;
284
_oleComponent
.Dispose();