1 instantiation of WindowsFormsHostPropertyMap
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
59
_propertyMap = new
WindowsFormsHostPropertyMap
(this);
4 references to WindowsFormsHostPropertyMap
WindowsFormsIntegration (4)
System\Windows\Integration\HostUtils.cs (2)
225
WinFormsAdapter adapter =
WindowsFormsHostPropertyMap
.GetAdapter(host);
328
WinFormsAdapter adapter =
WindowsFormsHostPropertyMap
.GetAdapter(host);
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
84
SD.Color wfColor =
WindowsFormsHostPropertyMap
.TranslateSolidOrGradientBrush(brush, out ignore);
222
SD.Color wfColor =
WindowsFormsHostPropertyMap
.TranslateSolidOrGradientBrush(brush, out defined);