6 references to IsReadOnly
PresentationFramework (6)
System\Windows\Documents\TextStore.cs (6)
295
if (IsTextEditorValid &&
IsReadOnly
)
473
if (this.
IsReadOnly
)
605
if (
IsReadOnly
)
656
if (
IsReadOnly
)
801
if (
IsReadOnly
)
2832
attrval.val.data1 =
IsReadOnly
? (IntPtr)1 : (IntPtr)0;