3 references to MAX_METRIC_DATA_BUFF
PresentationCore (3)
MS\Internal\Ink\InkSerializedFormat\MetricEntry.cs (3)
53
private byte[] _data = new Byte[
MAX_METRIC_DATA_BUFF
]; // We always allocate the max buffer needed to store the largest possible Metric Information blob
151
if( data.Length >
MAX_METRIC_DATA_BUFF
)
152
_size = (uint)
MAX_METRIC_DATA_BUFF
;