37 references to WindowsFormsHost
WindowsFormsIntegration (37)
System\Windows\Automation\Peers\WindowsFormsHostAutomationPeer.cs (3)
15
public WindowsFormsHostAutomationPeer(
WindowsFormsHost
owner): base(owner)
37
WindowsFormsHost
wfh = (
WindowsFormsHost
)Owner;
System\Windows\Integration\ApplicationInterop.cs (4)
155
foreach (
WindowsFormsHost
wfh in ThreadWindowsFormsHostList.ActiveWindowList())
398
internal class WindowsFormsHostList : WeakReferenceList<
WindowsFormsHost
>
400
public IEnumerable<
WindowsFormsHost
> ActiveWindowList()
403
foreach (
WindowsFormsHost
wfh in this.SnapshotListOfTargets)
System\Windows\Integration\HostUtils.cs (3)
157
internal static SD.Bitmap GetBitmapForWindowsFormsHost(
WindowsFormsHost
host, Brush brush)
223
internal static SD.Bitmap GetBitmapForTransparentWindowsFormsHost(
WindowsFormsHost
host)
326
internal static SD.Bitmap GetBitmapForOpaqueWindowsFormsHost(
WindowsFormsHost
host, Brush brush)
System\Windows\Integration\WindowsFormsHost.cs (15)
47
FocusableProperty.OverrideMetadata(typeof(
WindowsFormsHost
), new FrameworkPropertyMetadata(true));
48
SWC.Control.IsTabStopProperty.OverrideMetadata(typeof(
WindowsFormsHost
), new FrameworkPropertyMetadata(true));
458
WindowsFormsHost
_host;
459
public DummyNativeWindow(
WindowsFormsHost
host)
566
SWC.Control.PaddingProperty.AddOwner(typeof(
WindowsFormsHost
));
582
SWC.Control.TabIndexProperty.AddOwner(typeof(
WindowsFormsHost
));
598
SWC.Control.FontFamilyProperty.AddOwner(typeof(
WindowsFormsHost
));
613
SWC.Control.FontSizeProperty.AddOwner(typeof(
WindowsFormsHost
));
628
SWC.Control.FontStyleProperty.AddOwner(typeof(
WindowsFormsHost
));
643
SWC.Control.FontWeightProperty.AddOwner(typeof(
WindowsFormsHost
));
658
SWC.Control.ForegroundProperty.AddOwner(typeof(
WindowsFormsHost
));
674
SWC.Control.BackgroundProperty.AddOwner(typeof(
WindowsFormsHost
));
725
private
WindowsFormsHost
_host;
809
public WinFormsAdapter(
WindowsFormsHost
host)
1033
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)
19
public WindowsFormsHostPropertyMap(
WindowsFormsHost
host)
64
DependencyObject parent = host as
WindowsFormsHost
;
76
WindowsFormsHost
windowsFormsHost = host as
WindowsFormsHost
;
269
WindowsFormsHost
windowsFormsHost = host as
WindowsFormsHost
;
281
private
WindowsFormsHost
Host
285
return (
WindowsFormsHost
)SourceObject;
298
WindowsFormsHost
windowsFormsHost = host as
WindowsFormsHost
;
312
WindowsFormsHost
windowsFormsHost = host as
WindowsFormsHost
;