19 references to NamedElement
PresentationFramework (19)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (14)
102public class ParagraphStructure : SemanticBasicElement, IAddChild, IEnumerable<NamedElement>, IEnumerable 112public void Add(NamedElement element) 120if (value is NamedElement) 127typeof(NamedElement)), 133IEnumerator<NamedElement> IEnumerable<NamedElement>.GetEnumerator() 140return ((IEnumerable<NamedElement>)this).GetEnumerator(); 147public class FigureStructure : SemanticBasicElement, IAddChild, IEnumerable<NamedElement>, IEnumerable 159if (value is NamedElement) 164throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(NamedElement)), "value"); 169public void Add(NamedElement element) 175IEnumerator<NamedElement> IEnumerable<NamedElement>.GetEnumerator() 182return ((IEnumerable<NamedElement>)this).GetEnumerator();
System\Windows\Documents\FixedDSBuilder.cs (4)
146NamedElement ne = be as NamedElement; 187private void AddChildofFixedNodeinFlow(int[] childIndex, NamedElement ne) 233private void ConstructSomElement(NamedElement ne)
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
221typeof(System.Windows.Documents.DocumentStructures.NamedElement),