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