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