13 references to Element
PresentationFramework (13)
src\Framework\MS\Internal\Documents\TextDocumentView.cs (7)
809
position = ((TextElement)rowResult.
Element
).ElementEnd;
825
position = ((TextElement)paragraph.
Element
).ContentStart;
872
BlockUIContainer blockUIContainer = paragraph.
Element
as BlockUIContainer;
2407
BlockUIContainer blockUIContainer = paragraph.
Element
as BlockUIContainer;
2909
BlockUIContainer blockUIContainer = paragraphs[paragraphIndex].
Element
as BlockUIContainer;
3488
TextElement textElement = paragraphResult.
Element
as TextElement;
3518
TextElement textElement = paragraphResult.
Element
as TextElement;
src\Framework\MS\Internal\LayoutDump.cs (6)
744
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
766
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
784
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
802
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
819
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
866
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);