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