13 references to Element
PresentationFramework (13)
MS\Internal\Documents\TextDocumentView.cs (7)
801
position = ((TextElement)rowResult.
Element
).ElementEnd;
817
position = ((TextElement)paragraph.
Element
).ContentStart;
864
BlockUIContainer blockUIContainer = paragraph.
Element
as BlockUIContainer;
2399
BlockUIContainer blockUIContainer = paragraph.
Element
as BlockUIContainer;
2900
BlockUIContainer blockUIContainer = paragraphs[paragraphIndex].
Element
as BlockUIContainer;
3479
TextElement textElement = paragraphResult.
Element
as TextElement;
3509
TextElement textElement = paragraphResult.
Element
as TextElement;
MS\Internal\LayoutDump.cs (6)
741
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
763
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
781
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
799
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
816
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);
863
writer.WriteAttributeString("Type", paragraph.
Element
.GetType().FullName);