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