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