16 references to Ink
PresentationFramework (16)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
123
if ((token & XmlToken.Ink) != 0 && snc.Content.Type == StickyNoteType.
Ink
)
718
if ((token == XmlToken.Ink && contentControl.Type != StickyNoteType.
Ink
)
1294
_stickyNoteType = StickyNoteType.
Ink
;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
442
return StickyNoteType.
Ink
;
481
case StickyNoteType.
Ink
:
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
69
ac = new StickyNoteControl(StickyNoteType.
Ink
) as IAnnotationComponent;
System\Windows\Controls\StickyNote.cs (10)
776
if (stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.
Ink
)
792
if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.
Ink
)
1197
if (!IsKeyboardFocusWithin && this.StickyNoteType == StickyNoteType.
Ink
)
1415
if (Content.Type != StickyNoteType.
Ink
)
1468
if (Content.Type != StickyNoteType.
Ink
)
1492
if (Content.Type == StickyNoteType.
Ink
)
1517
if (Content.Type == StickyNoteType.
Ink
)
1683
if (content == null || content.Type != StickyNoteType.
Ink
)
1720
args.CanExecute = (content != null && content.Type == StickyNoteType.
Ink
);
1734
if ( Content == null || Content.Type != StickyNoteType.
Ink
)