16 references to Ink
PresentationFramework (16)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
134
if ((token & XmlToken.Ink) != 0 && snc.Content.Type == StickyNoteType.
Ink
)
729
if ((token == XmlToken.Ink && contentControl.Type != StickyNoteType.
Ink
)
1305
_stickyNoteType = StickyNoteType.
Ink
;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
448
return StickyNoteType.
Ink
;
487
case StickyNoteType.
Ink
:
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
74
ac = new StickyNoteControl(StickyNoteType.
Ink
) as IAnnotationComponent;
System\Windows\Controls\StickyNote.cs (10)
810
if (stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.
Ink
)
827
if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.
Ink
)
1236
if (!IsKeyboardFocusWithin && this.StickyNoteType == StickyNoteType.
Ink
)
1469
if (Content.Type != StickyNoteType.
Ink
)
1516
if (Content.Type != StickyNoteType.
Ink
)
1540
if (Content.Type == StickyNoteType.
Ink
)
1565
if (Content.Type == StickyNoteType.
Ink
)
1725
if (content == null || content.Type != StickyNoteType.
Ink
)
1762
args.CanExecute = (content != null && content.Type == StickyNoteType.
Ink
);
1776
if ( Content == null || Content.Type != StickyNoteType.
Ink
)