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)); 458WindowsFormsHost _host; 459public DummyNativeWindow(WindowsFormsHost host) 566SWC.Control.PaddingProperty.AddOwner(typeof(WindowsFormsHost)); 582SWC.Control.TabIndexProperty.AddOwner(typeof(WindowsFormsHost)); 598SWC.Control.FontFamilyProperty.AddOwner(typeof(WindowsFormsHost)); 613SWC.Control.FontSizeProperty.AddOwner(typeof(WindowsFormsHost)); 628SWC.Control.FontStyleProperty.AddOwner(typeof(WindowsFormsHost)); 643SWC.Control.FontWeightProperty.AddOwner(typeof(WindowsFormsHost)); 658SWC.Control.ForegroundProperty.AddOwner(typeof(WindowsFormsHost)); 674SWC.Control.BackgroundProperty.AddOwner(typeof(WindowsFormsHost)); 725private WindowsFormsHost _host; 809public WinFormsAdapter(WindowsFormsHost host) 1033Debug.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;