5 references to _resourcesUpdatedHandlers
PresentationCore (5)
Core\CSharp\System\Windows\Media\MediaContext.cs (5)
2496_resourcesUpdatedHandlers += value; 2500_resourcesUpdatedHandlers -= value; 2506if (_resourcesUpdatedHandlers != null) 2509_resourcesUpdatedHandlers(channelSet.Channel, false /* do not skip the "on channel" check */); 2510_resourcesUpdatedHandlers = null;