Implemented interface member:
property
Content
MS.Internal.Documents.IDocumentScrollInfo.Content
8 references to Content
PresentationFramework (8)
MS\Internal\Documents\DocumentGrid.cs (8)
260if (Content != null && v != null) 262ContentPosition cp = Content.GetObjectPosition(v); 280ContentPosition cp = Content.GetObjectPosition(o); 894if (Content != null) 896IServiceProvider isp = Content as IServiceProvider; 1266IServiceProvider serviceProvider = Content as IServiceProvider; 1432DocumentGridPage dp = new DocumentGridPage(Content) 1914Content.GetPageNumberAsync(data.ContentPosition, data);