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