2 writes to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (2)
231
_oleComponent
= OleComponent.CreateHostedComponent("Microsoft CodeAnalysis Inline Rename");
243
_oleComponent
= null;
7 references to _oleComponent
Microsoft.CodeAnalysis.EditorFeatures.Wpf (7)
InlineRename\UI\Adornment\RenameFlyoutViewModel.cs (7)
229
Debug.Assert(
_oleComponent
is null);
232
_oleComponent
.PreTranslateMessage += OnPreTranslateMessage;
233
_oleComponent
.BeginTracking();
238
if (
_oleComponent
is not null)
240
_oleComponent
.EndTracking();
241
_oleComponent
.PreTranslateMessage -= OnPreTranslateMessage;
242
_oleComponent
.Dispose();