3 references to InkEditingModeProperty
PresentationFramework (3)
src\Framework\System\Windows\Controls\StickyNote.cs (3)
697
this.SetValue(
InkEditingModeProperty
, InkCanvasEditingMode.Ink);
1502
stickyNoteInkEditingMode.Path = new PropertyPath(StickyNoteControl.
InkEditingModeProperty
);
1769
snc.SetValue(
InkEditingModeProperty
, mode);