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