13 references to Element
PresentationFramework (13)
MS\Internal\Documents\TextDocumentView.cs (7)
797
position = ((TextElement)rowResult.
Element
).ElementEnd;
813
position = ((TextElement)paragraph.
Element
).ContentStart;
857
BlockUIContainer blockUIContainer = paragraph.
Element
as BlockUIContainer;
2358
BlockUIContainer blockUIContainer = paragraph.
Element
as BlockUIContainer;
2856
BlockUIContainer blockUIContainer = paragraphs[paragraphIndex].
Element
as BlockUIContainer;
3432
TextElement textElement = paragraphResult.
Element
as TextElement;
3462
TextElement textElement = paragraphResult.
Element
as TextElement;
MS\Internal\LayoutDump.cs (6)
739
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
761
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
779
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
797
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
814
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
861
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);