5 references to _maxAnnotationsBatch
PresentationFramework (5)
System\Windows\Annotations\AnnotationService.cs (5)
818
if (annotations.Count >
_maxAnnotationsBatch
)
822
leftover = annotations.GetRange(
_maxAnnotationsBatch
, annotations.Count -
_maxAnnotationsBatch
);
827
annotations.RemoveRange(
_maxAnnotationsBatch
, annotations.Count -
_maxAnnotationsBatch
);