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