16 references to Ink
PresentationFramework (16)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
124
if ((token & XmlToken.Ink) != 0 && snc.Content.Type == StickyNoteType.
Ink
)
719
if ((token == XmlToken.Ink && contentControl.Type != StickyNoteType.
Ink
)
1295
_stickyNoteType = StickyNoteType.
Ink
;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
443
return StickyNoteType.
Ink
;
482
case StickyNoteType.
Ink
:
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
70
ac = new StickyNoteControl(StickyNoteType.
Ink
) as IAnnotationComponent;
System\Windows\Controls\StickyNote.cs (10)
777
if (stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.
Ink
)
793
if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.
Ink
)
1198
if (!IsKeyboardFocusWithin && this.StickyNoteType == StickyNoteType.
Ink
)
1416
if (Content.Type != StickyNoteType.
Ink
)
1469
if (Content.Type != StickyNoteType.
Ink
)
1493
if (Content.Type == StickyNoteType.
Ink
)
1518
if (Content.Type == StickyNoteType.
Ink
)
1684
if (content == null || content.Type != StickyNoteType.
Ink
)
1721
args.CanExecute = (content != null && content.Type == StickyNoteType.
Ink
);
1735
if ( Content == null || Content.Type != StickyNoteType.
Ink
)