8 references to ScrollOwner
PresentationFramework (8)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (5)
156if (invalidateScrollInfo && _scrollData.ScrollOwner != null) 158_scrollData.ScrollOwner.InvalidateScrollInfo(); 219if (invalidateScrollInfo && _scrollData.ScrollOwner != null) 221_scrollData.ScrollOwner.InvalidateScrollInfo(); 712return (_scrollData != null) ? _scrollData.ScrollOwner : null;
src\Framework\MS\Internal\Documents\TextBoxView.cs (3)
387return (_scrollData != null) ? _scrollData.ScrollOwner : null; 1798if (invalidateScrollInfo && _scrollData.ScrollOwner != null) 1800_scrollData.ScrollOwner.InvalidateScrollInfo();