3 implementations of FindElementByID
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (1)
163
UIElement IFixedNavigate.
FindElementByID
(string elementID, out FixedPage rootFixedPage)
System\Windows\Documents\FixedDocument.cs (1)
208
UIElement IFixedNavigate.
FindElementByID
(string elementID, out FixedPage rootFixedPage)
System\Windows\Documents\FixedPage.cs (1)
834
UIElement IFixedNavigate.
FindElementByID
(string elementID, out FixedPage rootFixedPage)
4 references to FindElementByID
PresentationFramework (4)
System\Windows\Documents\DocumentSequence.cs (1)
194
uiElementRet = ((IFixedNavigate)childFixedDoc).
FindElementByID
(elementID, out rootFixedPage);
System\Windows\Documents\FixedDocument.cs (2)
249
uiElementRet = ((IFixedNavigate)fixedPage).
FindElementByID
(elementID, out rootFixedPage);
263
uiElementRet = ((IFixedNavigate)fixedPage).
FindElementByID
(elementID, out rootFixedPage);
System\Windows\Documents\FixedHyperlink.cs (1)
102
targetElement = ((IFixedNavigate)ElementHost).
FindElementByID
(elementID, out rootFixedPage) as FrameworkElement;