19 references to NamedElement
PresentationFramework (19)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (14)
90public class ParagraphStructure : SemanticBasicElement, IAddChild, IEnumerable<NamedElement>, IEnumerable 100public void Add(NamedElement element) 108if (value is NamedElement) 115typeof(NamedElement)), 121IEnumerator<NamedElement> IEnumerable<NamedElement>.GetEnumerator() 128return ((IEnumerable<NamedElement>)this).GetEnumerator(); 135public class FigureStructure : SemanticBasicElement, IAddChild, IEnumerable<NamedElement>, IEnumerable 147if (value is NamedElement) 152throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(NamedElement)), nameof(value)); 157public void Add(NamedElement element) 163IEnumerator<NamedElement> IEnumerable<NamedElement>.GetEnumerator() 170return ((IEnumerable<NamedElement>)this).GetEnumerator();
System\Windows\Documents\FixedDSBuilder.cs (4)
137NamedElement ne = be as NamedElement; 178private void AddChildofFixedNodeinFlow(int[] childIndex, NamedElement ne) 224private void ConstructSomElement(NamedElement ne)
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
219typeof(System.Windows.Documents.DocumentStructures.NamedElement),