6 references to IsReadOnly
PresentationFramework (6)
System\Windows\Documents\TextStore.cs (6)
306
if (IsTextEditorValid &&
IsReadOnly
)
484
if (this.
IsReadOnly
)
616
if (
IsReadOnly
)
667
if (
IsReadOnly
)
812
if (
IsReadOnly
)
2843
attrval.val.data1 =
IsReadOnly
? (IntPtr)1 : (IntPtr)0;