6 references to IsReadOnly
PresentationFramework (6)
src\Framework\System\Windows\Documents\TextStore.cs (6)
219
if (IsTextEditorValid &&
IsReadOnly
)
369
if (this.
IsReadOnly
)
489
if (
IsReadOnly
)
540
if (
IsReadOnly
)
674
if (
IsReadOnly
)
2727
attrval.val.data1.Value =
IsReadOnly
? (IntPtr)1 : (IntPtr)0;