19 references to NamedElement
PresentationFramework (19)
System\Windows\Documents\DocumentStructures\SemanticBasicElement.cs (14)
91public class ParagraphStructure : SemanticBasicElement, IAddChild, IEnumerable<NamedElement>, IEnumerable 101public void Add(NamedElement element) 109if (value is NamedElement) 116typeof(NamedElement)), 122IEnumerator<NamedElement> IEnumerable<NamedElement>.GetEnumerator() 129return ((IEnumerable<NamedElement>)this).GetEnumerator(); 136public class FigureStructure : SemanticBasicElement, IAddChild, IEnumerable<NamedElement>, IEnumerable 148if (value is NamedElement) 153throw new ArgumentException(SR.Format(SR.UnexpectedParameterType, value.GetType(), typeof(NamedElement)), "value"); 158public void Add(NamedElement element) 164IEnumerator<NamedElement> IEnumerable<NamedElement>.GetEnumerator() 171return ((IEnumerable<NamedElement>)this).GetEnumerator();
System\Windows\Documents\FixedDSBuilder.cs (4)
138NamedElement ne = be as NamedElement; 179private void AddChildofFixedNodeinFlow(int[] childIndex, NamedElement ne) 225private void ConstructSomElement(NamedElement ne)
System\Windows\Markup\RestrictiveXamlXmlReader.cs (1)
220typeof(System.Windows.Documents.DocumentStructures.NamedElement),