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