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