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