Implemented interface member:
property
Content
MS.Internal.Documents.IDocumentScrollInfo.Content
8 references to Content
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (8)
259if (Content != null && v != null) 261ContentPosition cp = Content.GetObjectPosition(v); 279ContentPosition cp = Content.GetObjectPosition(o); 890if (Content != null) 892IServiceProvider isp = Content as IServiceProvider; 1262IServiceProvider serviceProvider = Content as IServiceProvider; 1428DocumentGridPage dp = new DocumentGridPage(Content) 1910Content.GetPageNumberAsync(data.ContentPosition, data);