Implemented interface member:
property
Content
MS.Internal.Documents.IDocumentScrollInfo.Content
8 references to Content
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (8)
267if (Content != null && v != null) 269ContentPosition cp = Content.GetObjectPosition(v); 287ContentPosition cp = Content.GetObjectPosition(o); 901if (Content != null) 903IServiceProvider isp = Content as IServiceProvider; 1273IServiceProvider serviceProvider = Content as IServiceProvider; 1439DocumentGridPage dp = new DocumentGridPage(Content); 1918Content.GetPageNumberAsync(data.ContentPosition, data);