5 references to ScrollViewer
PresentationFramework (5)
src\Framework\MS\Internal\Documents\DocumentGridContextMenu.cs (3)
73
if (dv != null && dv.
ScrollViewer
!= null)
75
OnContextMenuOpening(dv.
ScrollViewer
.Content, e);
103
if (documentGrid.DocumentViewerOwner.ContextMenu != null || documentGrid.DocumentViewerOwner.
ScrollViewer
.ContextMenu != null)
src\Framework\System\Windows\Automation\Peers\DocumentViewerAutomationPeer.cs (2)
53
if (owner.
ScrollViewer
!= null)
56
AutomationPeer scrollPeer = UIElementAutomationPeer.CreatePeerForElement(owner.
ScrollViewer
);