3 implementations of IFixedNavigate
PresentationFramework (3)
System\Windows\Documents\DocumentSequence.cs (1)
30
public class FixedDocumentSequence : FrameworkContentElement, IDocumentPaginatorSource, IAddChildInternal, IServiceProvider,
IFixedNavigate
, IUriContext
System\Windows\Documents\FixedDocument.cs (1)
41
public class FixedDocument : FrameworkContentElement, IDocumentPaginatorSource, IAddChildInternal, IServiceProvider,
IFixedNavigate
, IUriContext
System\Windows\Documents\FixedPage.cs (1)
40
public sealed class FixedPage : FrameworkElement, IAddChildInternal,
IFixedNavigate
, IUriContext
12 references to IFixedNavigate
PresentationFramework (12)
System\Windows\Documents\DocumentSequence.cs (3)
146
void
IFixedNavigate
.NavigateAsync(string elementID)
159
UIElement
IFixedNavigate
.FindElementByID(string elementID, out FixedPage rootFixedPage)
190
uiElementRet = ((
IFixedNavigate
)childFixedDoc).FindElementByID(elementID, out rootFixedPage);
System\Windows\Documents\FixedDocument.cs (4)
184
void
IFixedNavigate
.NavigateAsync(string elementID)
197
UIElement
IFixedNavigate
.FindElementByID(string elementID, out FixedPage rootFixedPage)
238
uiElementRet = ((
IFixedNavigate
)fixedPage).FindElementByID(elementID, out rootFixedPage);
252
uiElementRet = ((
IFixedNavigate
)fixedPage).FindElementByID(elementID, out rootFixedPage);
System\Windows\Documents\FixedHyperlink.cs (3)
73
IFixedNavigate
fixedNavigate = ns.Content as
IFixedNavigate
;
93
targetElement = ((
IFixedNavigate
)ElementHost).FindElementByID(elementID, out rootFixedPage) as FrameworkElement;
System\Windows\Documents\FixedPage.cs (2)
820
void
IFixedNavigate
.NavigateAsync(string elementID)
826
UIElement
IFixedNavigate
.FindElementByID(string elementID, out FixedPage rootFixedPage)