5 references to _maxAnnotationsBatch
PresentationFramework (5)
src\Framework\System\Windows\Annotations\AnnotationService.cs (5)
850
if (annotations.Count >
_maxAnnotationsBatch
)
854
leftover = annotations.GetRange(
_maxAnnotationsBatch
, annotations.Count -
_maxAnnotationsBatch
);
859
annotations.RemoveRange(
_maxAnnotationsBatch
, annotations.Count -
_maxAnnotationsBatch
);