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)
104
Vector scale = (
Child
== null ? new Vector(1d, 1d) : HostUtils.GetScale(
Child
));
187
UIElement oldValue =
Child
;
206
if (this.
Child
== null)
267
if (this.
Child
!= null)
301
FrameworkElement childFrameworkElement =
Child
as FrameworkElement;
441
if (
Child
!= null)
443
Child
.Focus();
654
SetChildElementsIsImeEnabled(this.
Child
, ehImeMode != ImeMode.Disable);
854
IDisposable disposableChild =
Child
as IDisposable;
System\Windows\Integration\ElementHostPropertyMap.cs (1)
139
SWC.TextBlock childTextBlock = elementHost.
Child
as SWC.TextBlock;