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