37 references to WindowsFormsHost
WindowsFormsIntegration (37)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (3)
14
public WindowsFormsHostAutomationPeer(
WindowsFormsHost
owner): base(owner)
36
WindowsFormsHost
wfh = (
WindowsFormsHost
)Owner;
System\Windows\Integration\ApplicationInterop.cs (4)
154
foreach (
WindowsFormsHost
wfh in ThreadWindowsFormsHostList.ActiveWindowList())
397
internal class WindowsFormsHostList : WeakReferenceList<
WindowsFormsHost
>
399
public IEnumerable<
WindowsFormsHost
> ActiveWindowList()
402
foreach (
WindowsFormsHost
wfh in this.SnapshotListOfTargets)
System\Windows\Integration\HostUtils.cs (3)
156
internal static SD.Bitmap GetBitmapForWindowsFormsHost(
WindowsFormsHost
host, Brush brush)
222
internal static SD.Bitmap GetBitmapForTransparentWindowsFormsHost(
WindowsFormsHost
host)
325
internal static SD.Bitmap GetBitmapForOpaqueWindowsFormsHost(
WindowsFormsHost
host, Brush brush)
System\Windows\Integration\WindowsFormsHost.cs (15)
46
FocusableProperty.OverrideMetadata(typeof(
WindowsFormsHost
), new FrameworkPropertyMetadata(true));
47
SWC.Control.IsTabStopProperty.OverrideMetadata(typeof(
WindowsFormsHost
), new FrameworkPropertyMetadata(true));
450
private
WindowsFormsHost
_host;
451
public DummyNativeWindow(
WindowsFormsHost
host)
558
SWC.Control.PaddingProperty.AddOwner(typeof(
WindowsFormsHost
));
574
SWC.Control.TabIndexProperty.AddOwner(typeof(
WindowsFormsHost
));
590
SWC.Control.FontFamilyProperty.AddOwner(typeof(
WindowsFormsHost
));
605
SWC.Control.FontSizeProperty.AddOwner(typeof(
WindowsFormsHost
));
620
SWC.Control.FontStyleProperty.AddOwner(typeof(
WindowsFormsHost
));
635
SWC.Control.FontWeightProperty.AddOwner(typeof(
WindowsFormsHost
));
650
SWC.Control.ForegroundProperty.AddOwner(typeof(
WindowsFormsHost
));
666
SWC.Control.BackgroundProperty.AddOwner(typeof(
WindowsFormsHost
));
717
private
WindowsFormsHost
_host;
801
public WinFormsAdapter(
WindowsFormsHost
host)
1025
Debug.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)
18
public WindowsFormsHostPropertyMap(
WindowsFormsHost
host)
63
DependencyObject parent = host as
WindowsFormsHost
;
75
WindowsFormsHost
windowsFormsHost = host as
WindowsFormsHost
;
265
WindowsFormsHost
windowsFormsHost = host as
WindowsFormsHost
;
277
private
WindowsFormsHost
Host
281
return (
WindowsFormsHost
)SourceObject;
294
WindowsFormsHost
windowsFormsHost = host as
WindowsFormsHost
;
308
WindowsFormsHost
windowsFormsHost = host as
WindowsFormsHost
;