1 instantiation of WindowsFormsHostPropertyMap
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
58
_propertyMap = new
WindowsFormsHostPropertyMap
(this);
4 references to WindowsFormsHostPropertyMap
WindowsFormsIntegration (4)
System\Windows\Integration\HostUtils.cs (2)
224
WinFormsAdapter adapter =
WindowsFormsHostPropertyMap
.GetAdapter(host);
327
WinFormsAdapter adapter =
WindowsFormsHostPropertyMap
.GetAdapter(host);
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
83
SD.Color wfColor =
WindowsFormsHostPropertyMap
.TranslateSolidOrGradientBrush(brush, out ignore);
221
SD.Color wfColor =
WindowsFormsHostPropertyMap
.TranslateSolidOrGradientBrush(brush, out defined);