3 references to InkEditingModeProperty
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
671
this.SetValue(
InkEditingModeProperty
, InkCanvasEditingMode.Ink);
1476
stickyNoteInkEditingMode.Path = new PropertyPath(StickyNoteControl.
InkEditingModeProperty
);
1716
snc.SetValue(
InkEditingModeProperty
, mode);