1 write to _propertyMap
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
59_propertyMap = new WindowsFormsHostPropertyMap(this);
7 references to _propertyMap
WindowsFormsIntegration (7)
System\Windows\Integration\WindowsFormsHost.cs (7)
291_propertyMap.OnPropertyChanged(this, "Background", this.Background); 333_propertyMap.ApplyAll(); 422_propertyMap.OnPropertyChanged(this, "Background", parentBrush); 523_propertyMap.ApplyAll(); 711if (_propertyMap != null) 713_propertyMap.OnPropertyChanged(this, e.Property.Name, e.NewValue); 723get { return _propertyMap; }