2 overrides of Type
PresentationFramework (2)
MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
268
public override StickyNoteType
Type
439
public override StickyNoteType
Type
14 references to Type
PresentationFramework (14)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (4)
124
if ((token & XmlToken.Ink) != 0 && snc.Content.
Type
== StickyNoteType.Ink)
130
if ((token & XmlToken.Text) != 0 && snc.Content.
Type
== StickyNoteType.Text)
719
if ((token == XmlToken.Ink && contentControl.
Type
!= StickyNoteType.Ink)
720
|| (token == XmlToken.Text && contentControl.
Type
!= StickyNoteType.Text))
System\Windows\Controls\StickyNote.cs (10)
623
if (_contentControl.
Type
!= _stickyNoteType)
794
if (stickyNoteControl.Content != null && stickyNoteControl.Content.
Type
!= StickyNoteType.Ink)
811
if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.
Type
!= StickyNoteType.Ink)
1453
if (Content.
Type
!= StickyNoteType.Ink)
1500
if (Content.
Type
!= StickyNoteType.Ink)
1524
if (Content.
Type
== StickyNoteType.Ink)
1549
if (Content.
Type
== StickyNoteType.Ink)
1709
if (content == null || content.
Type
!= StickyNoteType.Ink)
1746
args.CanExecute = (content != null && content.
Type
== StickyNoteType.Ink);
1760
if ( Content == null || Content.
Type
!= StickyNoteType.Ink )