16 references to Ink
PresentationFramework (16)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
123if ((token & XmlToken.Ink) != 0 && snc.Content.Type == StickyNoteType.Ink) 718if ((token == XmlToken.Ink && contentControl.Type != StickyNoteType.Ink) 1294_stickyNoteType = StickyNoteType.Ink;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
442return StickyNoteType.Ink; 481case StickyNoteType.Ink:
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
69ac = new StickyNoteControl(StickyNoteType.Ink) as IAnnotationComponent;
System\Windows\Controls\StickyNote.cs (10)
776if (stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.Ink) 792if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.Ink) 1197if (!IsKeyboardFocusWithin && this.StickyNoteType == StickyNoteType.Ink) 1415if (Content.Type != StickyNoteType.Ink) 1468if (Content.Type != StickyNoteType.Ink) 1492if (Content.Type == StickyNoteType.Ink) 1517if (Content.Type == StickyNoteType.Ink) 1683if (content == null || content.Type != StickyNoteType.Ink) 1720args.CanExecute = (content != null && content.Type == StickyNoteType.Ink); 1734if ( Content == null || Content.Type != StickyNoteType.Ink )