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)
783if (stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.Ink) 800if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.Type != StickyNoteType.Ink) 1209if (!IsKeyboardFocusWithin && this.StickyNoteType == StickyNoteType.Ink) 1442if (Content.Type != StickyNoteType.Ink) 1495if (Content.Type != StickyNoteType.Ink) 1519if (Content.Type == StickyNoteType.Ink) 1544if (Content.Type == StickyNoteType.Ink) 1710if (content == null || content.Type != StickyNoteType.Ink) 1747args.CanExecute = (content != null && content.Type == StickyNoteType.Ink); 1761if ( Content == null || Content.Type != StickyNoteType.Ink )