1 implementation of IBrowserHostServices
PresentationFramework (1)
src\Framework\System\Windows\Interop\DocobjHost.cs (1)
59
IBrowserHostServices
, IByteRangeDownloaderService
17 references to IBrowserHostServices
PresentationFramework (17)
src\Framework\System\Windows\Interop\DocobjHost.cs (17)
228
int
IBrowserHostServices
.Run(
530
void
IBrowserHostServices
.SetBrowserCallback(object browserCallbackServices)
546
void
IBrowserHostServices
.SetParent(IntPtr hParent)
559
void
IBrowserHostServices
.Show(bool show)
576
bool
IBrowserHostServices
.IsAppLoaded()
586
int
IBrowserHostServices
.GetApplicationExitCode()
591
bool
IBrowserHostServices
.CanInvokeJournalEntry(int entryId)
595
if ((this as
IBrowserHostServices
).IsAppLoaded() == false)
618
void
IBrowserHostServices
.SaveHistory(object comIStream,
645
void
IBrowserHostServices
.LoadHistory(object ucomIStream)
668
int
IBrowserHostServices
.QueryStatus(Guid guidCmdGroup, uint command, out uint flags)
697
int
IBrowserHostServices
.ExecCommand(Guid guidCommandGroup, uint command, object arg)
740
void
IBrowserHostServices
.Move(int x, int y, int width, int height)
764
void
IBrowserHostServices
.PostShutdown()
786
void
IBrowserHostServices
.Activate(bool fActivate)
794
void
IBrowserHostServices
.TabInto(bool forward)
804
bool
IBrowserHostServices
.FocusedElementWantsBackspace()