5 implementations of IsReadOnly
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
349bool ITextContainer.IsReadOnly
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
201bool ITextContainer.IsReadOnly
System\Windows\Documents\FixedTextContainer.cs (1)
170bool ITextContainer.IsReadOnly
System\Windows\Documents\NullTextContainer.cs (1)
163bool ITextContainer.IsReadOnly
System\Windows\Documents\TextContainer.cs (1)
1689bool ITextContainer.IsReadOnly
2 references to IsReadOnly
PresentationFramework (2)
System\Windows\Controls\TextRangeAdaptor.cs (1)
481if (!position.TextContainer.IsReadOnly ||
System\Windows\Documents\NullTextContainer.cs (1)
161/// <see cref="ITextContainer.IsReadOnly" />