2 overrides of Type
PresentationFramework (2)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteContentControl.cs (2)
279
public override StickyNoteType
Type
450
public override StickyNoteType
Type
14 references to Type
PresentationFramework (14)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (4)
140
if ((token & XmlToken.Ink) != 0 && snc.Content.
Type
== StickyNoteType.Ink)
146
if ((token & XmlToken.Text) != 0 && snc.Content.
Type
== StickyNoteType.Text)
736
if ((token == XmlToken.Ink && contentControl.
Type
!= StickyNoteType.Ink)
737
|| (token == XmlToken.Text && contentControl.
Type
!= StickyNoteType.Text))
src\Framework\System\Windows\Controls\StickyNote.cs (10)
649
if (_contentControl.
Type
!= _stickyNoteType)
820
if (stickyNoteControl.Content != null && stickyNoteControl.Content.
Type
!= StickyNoteType.Ink)
837
if (e.Property == ForegroundProperty && stickyNoteControl.Content != null && stickyNoteControl.Content.
Type
!= StickyNoteType.Ink)
1479
if (Content.
Type
!= StickyNoteType.Ink)
1526
if (Content.
Type
!= StickyNoteType.Ink)
1550
if (Content.
Type
== StickyNoteType.Ink)
1575
if (Content.
Type
== StickyNoteType.Ink)
1762
if (content == null || content.
Type
!= StickyNoteType.Ink)
1799
args.CanExecute = (content != null && content.
Type
== StickyNoteType.Ink);
1813
if ( Content == null || Content.
Type
!= StickyNoteType.Ink )