1 write to _propertyMap
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
59_propertyMap = new WindowsFormsHostPropertyMap(this);
6 references to _propertyMap
WindowsFormsIntegration (6)
System\Windows\Integration\WindowsFormsHost.cs (6)
288_propertyMap.OnPropertyChanged(this, nameof(Background), this.Background); 328_propertyMap.ApplyAll(); 416_propertyMap.OnPropertyChanged(this, nameof(Background), parentBrush); 511_propertyMap.ApplyAll(); 693_propertyMap?.OnPropertyChanged(this, e.Property.Name, e.NewValue); 702get { return _propertyMap; }