2 writes to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures (2)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (2)
276
_oleComponent
= OleComponent.CreateHostedComponent("Microsoft CodeAnalysis Inline Rename");
288
_oleComponent
= null;
7 references to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures (7)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (7)
274
Debug.Assert(
_oleComponent
is null);
277
_oleComponent
.PreTranslateMessage += OnPreTranslateMessage;
278
_oleComponent
.BeginTracking();
283
if (
_oleComponent
is not null)
285
_oleComponent
.EndTracking();
286
_oleComponent
.PreTranslateMessage -= OnPreTranslateMessage;
287
_oleComponent
.Dispose();