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