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));
464
WindowsFormsHost
_host;
465
public DummyNativeWindow(
WindowsFormsHost
host)
584
SWC.Control.PaddingProperty.AddOwner(typeof(
WindowsFormsHost
));
600
SWC.Control.TabIndexProperty.AddOwner(typeof(
WindowsFormsHost
));
616
SWC.Control.FontFamilyProperty.AddOwner(typeof(
WindowsFormsHost
));
631
SWC.Control.FontSizeProperty.AddOwner(typeof(
WindowsFormsHost
));
646
SWC.Control.FontStyleProperty.AddOwner(typeof(
WindowsFormsHost
));
661
SWC.Control.FontWeightProperty.AddOwner(typeof(
WindowsFormsHost
));
676
SWC.Control.ForegroundProperty.AddOwner(typeof(
WindowsFormsHost
));
692
SWC.Control.BackgroundProperty.AddOwner(typeof(
WindowsFormsHost
));
746
private
WindowsFormsHost
_host;
830
public WinFormsAdapter(
WindowsFormsHost
host)
1054
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
;