2 overrides of OnLastPageCommand
PresentationFramework (2)
src\Framework\System\Windows\Controls\DocumentViewer.cs (1)
988protected override void OnLastPageCommand()
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
612protected override void OnLastPageCommand()
3 references to OnLastPageCommand
PresentationFramework (3)
src\Framework\System\Windows\Controls\Primitives\DocumentViewerBase.cs (2)
138OnLastPageCommand(); 1565dv.OnLastPageCommand();
src\Framework\System\Windows\Controls\SinglePageViewer.cs (1)
620base.OnLastPageCommand();