10 references to GetElement
PresentationFramework (10)
src\Framework\System\Windows\Documents\FixedDSBuilder.cs (1)
128
e = _fixedPage.
GetElement
(fn) as UIElement;
src\Framework\System\Windows\Documents\FixedPage.cs (1)
900
return
GetElement
(node) as Glyphs;
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
250
DependencyObject obj = _fixedPage.
GetElement
(node);
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
1306
UIElement e = p.
GetElement
(element.FixedNode) as UIElement;
1772
UIElement uiElement = _fixedPage.
GetElement
(node) as UIElement;
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
444
DependencyObject o = page.
GetElement
(fn);
src\Framework\System\Windows\Documents\FixedTextView.cs (4)
214
DependencyObject element = this.FixedPage.
GetElement
(fixedp.Node);
459
DependencyObject element = this.FixedPage.
GetElement
(fixedp.Node);
530
DependencyObject element = this.FixedPage.
GetElement
(fixedp.Node);
619
DependencyObject element = FixedPage.
GetElement
(lastNode);