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)
224WinFormsAdapter adapter = WindowsFormsHostPropertyMap.GetAdapter(host); 327WinFormsAdapter adapter = WindowsFormsHostPropertyMap.GetAdapter(host);
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (2)
83SD.Color wfColor = WindowsFormsHostPropertyMap.TranslateSolidOrGradientBrush(brush, out ignore); 221SD.Color wfColor = WindowsFormsHostPropertyMap.TranslateSolidOrGradientBrush(brush, out defined);