2 writes to Child
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
275
Child
= _documentOutlineView
294
_documentOutlineViewHost.
Child
= null;
11 references to Child
WindowsFormsIntegration (11)
System\Windows\Integration\ElementHost.cs (10)
107
Vector scale = (
Child
== null ? new Vector(1d, 1d) : HostUtils.GetScale(
Child
));
190
UIElement oldValue =
Child
;
210
if (this.
Child
== null)
271
if (this.
Child
!= null)
305
FrameworkElement childFrameworkElement =
Child
as FrameworkElement;
445
if (
Child
!= null)
447
Child
.Focus();
654
SetChildElementsIsImeEnabled(this.
Child
, ehImeMode != ImeMode.Disable);
854
IDisposable disposableChild =
Child
as IDisposable;
System\Windows\Integration\ElementHostPropertyMap.cs (1)
143
SWC.TextBlock childTextBlock = elementHost.
Child
as SWC.TextBlock;