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