2 writes to _DependentMax
PresentationFramework (2)
MS\Internal\PtsHost\FlowDocumentPage.cs (2)
766
_DependentMax
= value;
846
_DependentMax
= null;
3 references to _DependentMax
PresentationFramework (3)
MS\Internal\PtsHost\FlowDocumentPage.cs (3)
760
return
_DependentMax
;
764
if ((
_DependentMax
== null) || ((value != null) && (value.CompareTo(
_DependentMax
) > 0)))