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