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