16 references to Ink
PresentationFramework (16)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
140
if ((token & XmlToken.Ink) != 0 && snc.Content.Type == StickyNoteType.
Ink
)
736
if ((token == XmlToken.Ink && contentControl.Type != StickyNoteType.
Ink
)
1320
_stickyNoteType = StickyNoteType.
Ink
;
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
454
return StickyNoteType.
Ink
;
493
case StickyNoteType.
Ink
:
src\Framework\System\Windows\Annotations\AnnotationComponentChooser.cs (1)
79
ac = new StickyNoteControl(StickyNoteType.
Ink
) as IAnnotationComponent;
src\Framework\System\Windows\Controls\StickyNote.cs (10)
820
if (stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.
Ink
)
837
if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.
Ink
)
1246
if (!IsKeyboardFocusWithin && this.StickyNoteType == StickyNoteType.
Ink
)
1479
if (Content.Type != StickyNoteType.
Ink
)
1526
if (Content.Type != StickyNoteType.
Ink
)
1550
if (Content.Type == StickyNoteType.
Ink
)
1575
if (Content.Type == StickyNoteType.
Ink
)
1762
if (content == null || content.Type != StickyNoteType.
Ink
)
1799
args.CanExecute = (content != null && content.Type == StickyNoteType.
Ink
);
1813
if ( Content == null || Content.Type != StickyNoteType.
Ink
)