1 instantiation of HandlerElement
System.Xaml.Hosting (1)
System\Xaml\Hosting\Configuration\HandlerElementCollection.cs (1)
118
return new
HandlerElement
();
7 references to HandlerElement
System.Xaml.Hosting (7)
System\Xaml\Hosting\Configuration\HandlerElementCollection.cs (7)
13
[ConfigurationCollection(typeof(
HandlerElement
), CollectionType = ConfigurationElementCollectionType.AddRemoveClearMapAlternate)]
37
public
HandlerElement
this[int index]
41
return (
HandlerElement
)base.BaseGet(index);
53
public void Add(
HandlerElement
handlerElement)
71
public void Remove(
HandlerElement
handlerElement)
105
foreach (
HandlerElement
handler in this)
127
return ((
HandlerElement
)element).Key;