3 references to InkEditingModeProperty
PresentationFramework (3)
System\Windows\Controls\StickyNote.cs (3)
660
this.SetValue(
InkEditingModeProperty
, InkCanvasEditingMode.Ink);
1468
Path = new PropertyPath(StickyNoteControl.
InkEditingModeProperty
),
1717
snc.SetValue(
InkEditingModeProperty
, mode);