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)
263
Debug.Assert(
_oleComponent
is null);
266
_oleComponent
.PreTranslateMessage += OnPreTranslateMessage;
267
_oleComponent
.BeginTracking();
272
if (
_oleComponent
is not null)
274
_oleComponent
.EndTracking();
275
_oleComponent
.PreTranslateMessage -= OnPreTranslateMessage;
276
_oleComponent
.Dispose();