2 writes to Child
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
268
Child
= _documentOutlineView
287
_documentOutlineViewHost.
Child
= null;
10 references to Child
WindowsFormsIntegration (10)
System\Windows\Integration\ElementHost.cs (9)
103
Vector scale = (
Child
== null ? new Vector(1d, 1d) : HostUtils.GetScale(
Child
));
186
UIElement oldValue =
Child
;
205
if (this.
Child
== null)
266
if (this.
Child
!= null)
300
FrameworkElement childFrameworkElement =
Child
as FrameworkElement;
440
Child
?.Focus();
650
SetChildElementsIsImeEnabled(this.
Child
, ehImeMode != ImeMode.Disable);
850
IDisposable disposableChild =
Child
as IDisposable;
System\Windows\Integration\ElementHostPropertyMap.cs (1)
138
SWC.TextBlock childTextBlock = elementHost.
Child
as SWC.TextBlock;