3 implementations of FindElementByID
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
174
UIElement IFixedNavigate.
FindElementByID
(string elementID, out FixedPage rootFixedPage)
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
220
UIElement IFixedNavigate.
FindElementByID
(string elementID, out FixedPage rootFixedPage)
src\Framework\System\Windows\Documents\FixedPage.cs (1)
865
UIElement IFixedNavigate.
FindElementByID
(string elementID, out FixedPage rootFixedPage)
4 references to FindElementByID
PresentationFramework (4)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
205
uiElementRet = ((IFixedNavigate)childFixedDoc).
FindElementByID
(elementID, out rootFixedPage);
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
261
uiElementRet = ((IFixedNavigate)fixedPage).
FindElementByID
(elementID, out rootFixedPage);
275
uiElementRet = ((IFixedNavigate)fixedPage).
FindElementByID
(elementID, out rootFixedPage);
src\Framework\System\Windows\Documents\FixedHyperlink.cs (1)
106
targetElement = ((IFixedNavigate)ElementHost).
FindElementByID
(elementID, out rootFixedPage) as FrameworkElement;