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)
783
if (stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.
Ink
)
800
if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.
Ink
)
1209
if (!IsKeyboardFocusWithin && this.StickyNoteType == StickyNoteType.
Ink
)
1442
if (Content.Type != StickyNoteType.
Ink
)
1495
if (Content.Type != StickyNoteType.
Ink
)
1519
if (Content.Type == StickyNoteType.
Ink
)
1544
if (Content.Type == StickyNoteType.
Ink
)
1710
if (content == null || content.Type != StickyNoteType.
Ink
)
1747
args.CanExecute = (content != null && content.Type == StickyNoteType.
Ink
);
1761
if ( Content == null || Content.Type != StickyNoteType.
Ink
)