3 writes to Offset
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentView.cs (2)
145_scrollData.Offset = offset; 202_scrollData.Offset = new Vector();
MS\Internal\Documents\TextBoxView.cs (1)
1753_scrollData.Offset = offset;
3 references to Offset
PresentationFramework (3)
MS\Internal\Documents\FlowDocumentView.cs (2)
143if (!DoubleUtil.AreClose(offset, _scrollData.Offset)) 200if (!DoubleUtil.AreClose(_scrollData.Offset, new Vector()))
MS\Internal\Documents\TextBoxView.cs (1)
1751if (!DoubleUtil.AreClose(offset, _scrollData.Offset))