5 implementations of IsReadOnly
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
350bool ITextContainer.IsReadOnly
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
202bool ITextContainer.IsReadOnly
System\Windows\Documents\FixedTextContainer.cs (1)
171bool ITextContainer.IsReadOnly
System\Windows\Documents\NullTextContainer.cs (1)
164bool ITextContainer.IsReadOnly
System\Windows\Documents\TextContainer.cs (1)
1696bool ITextContainer.IsReadOnly
2 references to IsReadOnly
PresentationFramework (2)
System\Windows\Controls\TextRangeAdaptor.cs (1)
482if (!position.TextContainer.IsReadOnly ||
System\Windows\Documents\NullTextContainer.cs (1)
162/// <see cref="ITextContainer.IsReadOnly" />