4 references to _elementHandler
PresentationBuildTasks (4)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (4)
59_elementHandler.Add(AlternateContent, new HandleElementCallback(HandleAlternateContent)); 60_elementHandler.Add(Choice, new HandleElementCallback(HandleChoice)); 61_elementHandler.Add(Fallback, new HandleElementCallback(HandleFallback)); 232if (!_elementHandler.TryGetValue(elementName, out elementCB))