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