16 references to Ink
PresentationFramework (16)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
124if ((token & XmlToken.Ink) != 0 && snc.Content.Type == StickyNoteType.Ink) 719if ((token == XmlToken.Ink && contentControl.Type != StickyNoteType.Ink) 1295_stickyNoteType = StickyNoteType.Ink;
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
443return StickyNoteType.Ink; 482case StickyNoteType.Ink:
System\Windows\Annotations\AnnotationComponentChooser.cs (1)
70ac = new StickyNoteControl(StickyNoteType.Ink) as IAnnotationComponent;
System\Windows\Controls\StickyNote.cs (10)
777if (stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.Ink) 793if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.Ink) 1198if (!IsKeyboardFocusWithin && this.StickyNoteType == StickyNoteType.Ink) 1416if (Content.Type != StickyNoteType.Ink) 1469if (Content.Type != StickyNoteType.Ink) 1493if (Content.Type == StickyNoteType.Ink) 1518if (Content.Type == StickyNoteType.Ink) 1684if (content == null || content.Type != StickyNoteType.Ink) 1721args.CanExecute = (content != null && content.Type == StickyNoteType.Ink); 1735if ( Content == null || Content.Type != StickyNoteType.Ink )