2 writes to Child
Microsoft.VisualStudio.LanguageServices (2)
LanguageService\AbstractLanguageService`2.VsCodeWindowManager.cs (2)
275Child = _documentOutlineView 294_documentOutlineViewHost.Child = null;
11 references to Child
WindowsFormsIntegration (11)
System\Windows\Integration\ElementHost.cs (10)
104Vector scale = (Child == null ? new Vector(1d, 1d) : HostUtils.GetScale(Child)); 187UIElement oldValue = Child; 206if (this.Child == null) 267if (this.Child != null) 301FrameworkElement childFrameworkElement = Child as FrameworkElement; 441if (Child != null) 443Child.Focus(); 654SetChildElementsIsImeEnabled(this.Child, ehImeMode != ImeMode.Disable); 854IDisposable disposableChild = Child as IDisposable;
System\Windows\Integration\ElementHostPropertyMap.cs (1)
139SWC.TextBlock childTextBlock = elementHost.Child as SWC.TextBlock;