2 overrides of Type
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
267
public override StickyNoteType
Type
438
public override StickyNoteType
Type
14 references to Type
PresentationFramework (14)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (4)
123
if ((token & XmlToken.Ink) != 0 && snc.Content.
Type
== StickyNoteType.Ink)
129
if ((token & XmlToken.Text) != 0 && snc.Content.
Type
== StickyNoteType.Text)
718
if ((token == XmlToken.Ink && contentControl.
Type
!= StickyNoteType.Ink)
719
|| (token == XmlToken.Text && contentControl.
Type
!= StickyNoteType.Text))
System\Windows\Controls\StickyNote.cs (10)
605
if (_contentControl.
Type
!= _stickyNoteType)
776
if (stickyNoteControl.Content != null && stickyNoteControl.Content.
Type
!= StickyNoteType.Ink)
792
if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.
Type
!= StickyNoteType.Ink)
1415
if (Content.
Type
!= StickyNoteType.Ink)
1468
if (Content.
Type
!= StickyNoteType.Ink)
1492
if (Content.
Type
== StickyNoteType.Ink)
1517
if (Content.
Type
== StickyNoteType.Ink)
1683
if (content == null || content.
Type
!= StickyNoteType.Ink)
1720
args.CanExecute = (content != null && content.
Type
== StickyNoteType.Ink);
1734
if ( Content == null || Content.
Type
!= StickyNoteType.Ink )