37 references to WindowsFormsHost
WindowsFormsIntegration (37)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (3)
14public WindowsFormsHostAutomationPeer(WindowsFormsHost owner): base(owner) 36WindowsFormsHost wfh = (WindowsFormsHost)Owner;
System\Windows\Integration\ApplicationInterop.cs (4)
154foreach (WindowsFormsHost wfh in ThreadWindowsFormsHostList.ActiveWindowList()) 397internal class WindowsFormsHostList : WeakReferenceList<WindowsFormsHost> 399public IEnumerable<WindowsFormsHost> ActiveWindowList() 402foreach (WindowsFormsHost wfh in this.SnapshotListOfTargets)
System\Windows\Integration\HostUtils.cs (3)
156internal static SD.Bitmap GetBitmapForWindowsFormsHost(WindowsFormsHost host, Brush brush) 222internal static SD.Bitmap GetBitmapForTransparentWindowsFormsHost(WindowsFormsHost host) 325internal static SD.Bitmap GetBitmapForOpaqueWindowsFormsHost(WindowsFormsHost host, Brush brush)
System\Windows\Integration\WindowsFormsHost.cs (15)
46FocusableProperty.OverrideMetadata(typeof(WindowsFormsHost), new FrameworkPropertyMetadata(true)); 47SWC.Control.IsTabStopProperty.OverrideMetadata(typeof(WindowsFormsHost), new FrameworkPropertyMetadata(true)); 457private WindowsFormsHost _host; 458public DummyNativeWindow(WindowsFormsHost host) 565SWC.Control.PaddingProperty.AddOwner(typeof(WindowsFormsHost)); 581SWC.Control.TabIndexProperty.AddOwner(typeof(WindowsFormsHost)); 597SWC.Control.FontFamilyProperty.AddOwner(typeof(WindowsFormsHost)); 612SWC.Control.FontSizeProperty.AddOwner(typeof(WindowsFormsHost)); 627SWC.Control.FontStyleProperty.AddOwner(typeof(WindowsFormsHost)); 642SWC.Control.FontWeightProperty.AddOwner(typeof(WindowsFormsHost)); 657SWC.Control.ForegroundProperty.AddOwner(typeof(WindowsFormsHost)); 673SWC.Control.BackgroundProperty.AddOwner(typeof(WindowsFormsHost)); 724private WindowsFormsHost _host; 808public WinFormsAdapter(WindowsFormsHost host) 1032Debug.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)
18public WindowsFormsHostPropertyMap(WindowsFormsHost host) 63DependencyObject parent = host as WindowsFormsHost; 75WindowsFormsHost windowsFormsHost = host as WindowsFormsHost; 268WindowsFormsHost windowsFormsHost = host as WindowsFormsHost; 280private WindowsFormsHost Host 284return (WindowsFormsHost)SourceObject; 297WindowsFormsHost windowsFormsHost = host as WindowsFormsHost; 311WindowsFormsHost windowsFormsHost = host as WindowsFormsHost;