1 write to _propertyMap
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
58_propertyMap = new WindowsFormsHostPropertyMap(this);
6 references to _propertyMap
WindowsFormsIntegration (6)
System\Windows\Integration\WindowsFormsHost.cs (6)
287_propertyMap.OnPropertyChanged(this, nameof(Background), this.Background); 327_propertyMap.ApplyAll(); 408_propertyMap.OnPropertyChanged(this, nameof(Background), parentBrush); 503_propertyMap.ApplyAll(); 685_propertyMap?.OnPropertyChanged(this, e.Property.Name, e.NewValue); 694get { return _propertyMap; }