37 references to WindowsFormsHost
WindowsFormsIntegration (37)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (3)
15public WindowsFormsHostAutomationPeer(WindowsFormsHost owner): base(owner) 37WindowsFormsHost wfh = (WindowsFormsHost)Owner;
System\Windows\Integration\ApplicationInterop.cs (4)
155foreach (WindowsFormsHost wfh in ThreadWindowsFormsHostList.ActiveWindowList()) 398internal class WindowsFormsHostList : WeakReferenceList<WindowsFormsHost> 400public IEnumerable<WindowsFormsHost> ActiveWindowList() 403foreach (WindowsFormsHost wfh in this.SnapshotListOfTargets)
System\Windows\Integration\HostUtils.cs (3)
157internal static SD.Bitmap GetBitmapForWindowsFormsHost(WindowsFormsHost host, Brush brush) 223internal static SD.Bitmap GetBitmapForTransparentWindowsFormsHost(WindowsFormsHost host) 326internal static SD.Bitmap GetBitmapForOpaqueWindowsFormsHost(WindowsFormsHost host, Brush brush)
System\Windows\Integration\WindowsFormsHost.cs (15)
47FocusableProperty.OverrideMetadata(typeof(WindowsFormsHost), new FrameworkPropertyMetadata(true)); 48SWC.Control.IsTabStopProperty.OverrideMetadata(typeof(WindowsFormsHost), new FrameworkPropertyMetadata(true)); 464WindowsFormsHost _host; 465public DummyNativeWindow(WindowsFormsHost host) 584SWC.Control.PaddingProperty.AddOwner(typeof(WindowsFormsHost)); 600SWC.Control.TabIndexProperty.AddOwner(typeof(WindowsFormsHost)); 616SWC.Control.FontFamilyProperty.AddOwner(typeof(WindowsFormsHost)); 631SWC.Control.FontSizeProperty.AddOwner(typeof(WindowsFormsHost)); 646SWC.Control.FontStyleProperty.AddOwner(typeof(WindowsFormsHost)); 661SWC.Control.FontWeightProperty.AddOwner(typeof(WindowsFormsHost)); 676SWC.Control.ForegroundProperty.AddOwner(typeof(WindowsFormsHost)); 692SWC.Control.BackgroundProperty.AddOwner(typeof(WindowsFormsHost)); 746private WindowsFormsHost _host; 830public WinFormsAdapter(WindowsFormsHost host) 1054Debug.WriteLineIf(WindowsFormsHost._traceLayout.TraceInfo, String.Format(CultureInfo.CurrentCulture, "WindowsFormsHost({0}): Layout invalidated (control='{1}',property='{2}')", _host.Name, compName, e.AffectedProperty));
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (12)
19public WindowsFormsHostPropertyMap(WindowsFormsHost host) 64DependencyObject parent = host as WindowsFormsHost; 76WindowsFormsHost windowsFormsHost = host as WindowsFormsHost; 269WindowsFormsHost windowsFormsHost = host as WindowsFormsHost; 281private WindowsFormsHost Host 285return (WindowsFormsHost)SourceObject; 298WindowsFormsHost windowsFormsHost = host as WindowsFormsHost; 312WindowsFormsHost windowsFormsHost = host as WindowsFormsHost;