1 write to _isLastChunk
PresentationFramework (1)
MS\Internal\PtsHost\TableParaClient.cs (1)
1360
_isLastChunk
= (tableRowDetails.fskboundaryBelow == PTS.FSKTABLEROWBOUNDARY.fsktablerowboundaryOuter) &&
2 references to _isLastChunk
PresentationFramework (2)
MS\Internal\PtsHost\TableParaClient.cs (2)
583
if (
_isLastChunk
)
1318
internal override bool IsLastChunk { get { return
_isLastChunk
; } }