2 writes to _DependentMax
PresentationFramework (2)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (2)
787
_DependentMax
= value;
868
_DependentMax
= null;
3 references to _DependentMax
PresentationFramework (3)
src\Framework\MS\Internal\PtsHost\FlowDocumentPage.cs (3)
781
return
_DependentMax
;
785
if ((
_DependentMax
== null) || ((value != null) && (value.CompareTo(
_DependentMax
) > 0)))