4 references to _strokeDescriptor
PresentationCore (4)
MS\Internal\Ink\InkSerializedFormat\StrokeDescriptor.cs (4)
29return _strokeDescriptor; 39if( _strokeDescriptor.Count != strd.Template.Count ) 43for( int i = 0; i < _strokeDescriptor.Count; i++ ) 44if( _strokeDescriptor[i] != strd.Template[i] )