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); 893if (Content != null) 895IServiceProvider isp = Content as IServiceProvider; 1265IServiceProvider serviceProvider = Content as IServiceProvider; 1431DocumentGridPage dp = new DocumentGridPage(Content) 1913Content.GetPageNumberAsync(data.ContentPosition, data);