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)
107Vector scale = (Child == null ? new Vector(1d, 1d) : HostUtils.GetScale(Child)); 190UIElement oldValue = Child; 210if (this.Child == null) 271if (this.Child != null) 305FrameworkElement childFrameworkElement = Child as FrameworkElement; 445if (Child != null) 447Child.Focus(); 654SetChildElementsIsImeEnabled(this.Child, ehImeMode != ImeMode.Disable); 854IDisposable disposableChild = Child as IDisposable;
System\Windows\Integration\ElementHostPropertyMap.cs (1)
143SWC.TextBlock childTextBlock = elementHost.Child as SWC.TextBlock;