5 implementations of IsReadOnly
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
353bool ITextContainer.IsReadOnly
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
218bool ITextContainer.IsReadOnly
System\Windows\Documents\FixedTextContainer.cs (1)
187bool ITextContainer.IsReadOnly
System\Windows\Documents\NullTextContainer.cs (1)
168bool ITextContainer.IsReadOnly
System\Windows\Documents\TextContainer.cs (1)
1701bool ITextContainer.IsReadOnly
2 references to IsReadOnly
PresentationFramework (2)
System\Windows\Controls\TextRangeAdaptor.cs (1)
484if (!position.TextContainer.IsReadOnly ||
System\Windows\Documents\NullTextContainer.cs (1)
166/// <see cref="ITextContainer.IsReadOnly" />