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