13 references to Element
PresentationFramework (13)
MS\Internal\Documents\TextDocumentView.cs (7)
798
position = ((TextElement)rowResult.
Element
).ElementEnd;
814
position = ((TextElement)paragraph.
Element
).ContentStart;
858
BlockUIContainer blockUIContainer = paragraph.
Element
as BlockUIContainer;
2359
BlockUIContainer blockUIContainer = paragraph.
Element
as BlockUIContainer;
2857
BlockUIContainer blockUIContainer = paragraphs[paragraphIndex].
Element
as BlockUIContainer;
3433
TextElement textElement = paragraphResult.
Element
as TextElement;
3463
TextElement textElement = paragraphResult.
Element
as TextElement;
MS\Internal\LayoutDump.cs (6)
740
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
762
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
780
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
798
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
815
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
862
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);