6 references to IsReadOnly
PresentationFramework (6)
System\Windows\Documents\TextStore.cs (6)
294
if (IsTextEditorValid &&
IsReadOnly
)
472
if (this.
IsReadOnly
)
604
if (
IsReadOnly
)
655
if (
IsReadOnly
)
800
if (
IsReadOnly
)
2827
attrval.val.data1 =
IsReadOnly
? (IntPtr)1 : (IntPtr)0;