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