3 writes to Extent
PresentationFramework (3)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (2)
133_scrollData.Extent = _formatter.DocumentPage.Size; 211_scrollData.Extent = new Size();
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1784_scrollData.Extent = _contentSize;
3 references to Extent
PresentationFramework (3)
src\Framework\MS\Internal\Documents\FlowDocumentView.cs (2)
131if (!DoubleUtil.AreClose(_scrollData.Extent, _formatter.DocumentPage.Size)) 209if (!DoubleUtil.AreClose(_scrollData.Extent, new Size()))
src\Framework\MS\Internal\Documents\TextBoxView.cs (1)
1782if (!DoubleUtil.AreClose(_scrollData.Extent, _contentSize))