6 references to InkSchemaName
PresentationFramework (6)
src\Framework\System\Windows\Annotations\AnnotationComponentChooser.cs (1)
77
else if (attachedAnnotation.Annotation.AnnotationType == StickyNoteControl.
InkSchemaName
)
src\Framework\System\Windows\Annotations\AnnotationHelper.cs (4)
111
return CreateStickyNoteForSelection(service, StickyNoteControl.
InkSchemaName
, author);
176
DeleteSpannedAnnotations(service, StickyNoteControl.
InkSchemaName
);
830
annotationType == StickyNoteControl.
InkSchemaName
), "Invalid Annotation Type");
909
annotationType == StickyNoteControl.
InkSchemaName
), "Invalid Annotation Type");
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1034
TextSchemaName :
InkSchemaName
;