6 references to InkSchemaName
PresentationFramework (6)
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
68
else if (attachedAnnotation.Annotation.AnnotationType == StickyNoteControl.
InkSchemaName
)
System\Windows\Annotations\AnnotationHelper.cs (4)
92
return CreateStickyNoteForSelection(service, StickyNoteControl.
InkSchemaName
, author);
157
DeleteSpannedAnnotations(service, StickyNoteControl.
InkSchemaName
);
809
annotationType == StickyNoteControl.
InkSchemaName
), "Invalid Annotation Type");
887
annotationType == StickyNoteControl.
InkSchemaName
), "Invalid Annotation Type");
System\Windows\Controls\StickyNote.cs (1)
997
TextSchemaName :
InkSchemaName
;