13 references to Element
PresentationFramework (13)
MS\Internal\Documents\TextDocumentView.cs (7)
799
position = ((TextElement)rowResult.
Element
).ElementEnd;
815
position = ((TextElement)paragraph.
Element
).ContentStart;
862
BlockUIContainer blockUIContainer = paragraph.
Element
as BlockUIContainer;
2397
BlockUIContainer blockUIContainer = paragraph.
Element
as BlockUIContainer;
2898
BlockUIContainer blockUIContainer = paragraphs[paragraphIndex].
Element
as BlockUIContainer;
3477
TextElement textElement = paragraphResult.
Element
as TextElement;
3507
TextElement textElement = paragraphResult.
Element
as TextElement;
MS\Internal\LayoutDump.cs (6)
738
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
760
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
778
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
796
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
813
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
860
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);