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));
457
private
WindowsFormsHost
_host;
458
public DummyNativeWindow(
WindowsFormsHost
host)
565
SWC.Control.PaddingProperty.AddOwner(typeof(
WindowsFormsHost
));
581
SWC.Control.TabIndexProperty.AddOwner(typeof(
WindowsFormsHost
));
597
SWC.Control.FontFamilyProperty.AddOwner(typeof(
WindowsFormsHost
));
612
SWC.Control.FontSizeProperty.AddOwner(typeof(
WindowsFormsHost
));
627
SWC.Control.FontStyleProperty.AddOwner(typeof(
WindowsFormsHost
));
642
SWC.Control.FontWeightProperty.AddOwner(typeof(
WindowsFormsHost
));
657
SWC.Control.ForegroundProperty.AddOwner(typeof(
WindowsFormsHost
));
673
SWC.Control.BackgroundProperty.AddOwner(typeof(
WindowsFormsHost
));
724
private
WindowsFormsHost
_host;
808
public WinFormsAdapter(
WindowsFormsHost
host)
1032
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
;
268
WindowsFormsHost
windowsFormsHost = host as
WindowsFormsHost
;
280
private
WindowsFormsHost
Host
284
return (
WindowsFormsHost
)SourceObject;
297
WindowsFormsHost
windowsFormsHost = host as
WindowsFormsHost
;
311
WindowsFormsHost
windowsFormsHost = host as
WindowsFormsHost
;