3 implementations of IFixedNavigate
PresentationFramework (3)
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
39
public class FixedDocumentSequence : FrameworkContentElement, IDocumentPaginatorSource, IAddChildInternal, IServiceProvider,
IFixedNavigate
, IUriContext
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
57
public class FixedDocument : FrameworkContentElement, IDocumentPaginatorSource, IAddChildInternal, IServiceProvider,
IFixedNavigate
, IUriContext
src\Framework\System\Windows\Documents\FixedPage.cs (1)
52
public sealed class FixedPage : FrameworkElement, IAddChildInternal,
IFixedNavigate
, IUriContext
12 references to IFixedNavigate
PresentationFramework (12)
src\Framework\System\Windows\Documents\DocumentSequence.cs (3)
161
void
IFixedNavigate
.NavigateAsync(string elementID)
174
UIElement
IFixedNavigate
.FindElementByID(string elementID, out FixedPage rootFixedPage)
205
uiElementRet = ((
IFixedNavigate
)childFixedDoc).FindElementByID(elementID, out rootFixedPage);
src\Framework\System\Windows\Documents\FixedDocument.cs (4)
207
void
IFixedNavigate
.NavigateAsync(string elementID)
220
UIElement
IFixedNavigate
.FindElementByID(string elementID, out FixedPage rootFixedPage)
261
uiElementRet = ((
IFixedNavigate
)fixedPage).FindElementByID(elementID, out rootFixedPage);
275
uiElementRet = ((
IFixedNavigate
)fixedPage).FindElementByID(elementID, out rootFixedPage);
src\Framework\System\Windows\Documents\FixedHyperlink.cs (3)
86
IFixedNavigate
fixedNavigate = ns.Content as
IFixedNavigate
;
106
targetElement = ((
IFixedNavigate
)ElementHost).FindElementByID(elementID, out rootFixedPage) as FrameworkElement;
src\Framework\System\Windows\Documents\FixedPage.cs (2)
859
void
IFixedNavigate
.NavigateAsync(string elementID)
865
UIElement
IFixedNavigate
.FindElementByID(string elementID, out FixedPage rootFixedPage)