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