5 implementations of IsReadOnly
PresentationFramework (5)
src\Framework\System\Windows\Controls\PasswordTextContainer.cs (1)
359bool ITextContainer.IsReadOnly
src\Framework\System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
222bool ITextContainer.IsReadOnly
src\Framework\System\Windows\Documents\FixedTextContainer.cs (1)
191bool ITextContainer.IsReadOnly
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
171bool ITextContainer.IsReadOnly
src\Framework\System\Windows\Documents\TextContainer.cs (1)
1716bool ITextContainer.IsReadOnly
2 references to IsReadOnly
PresentationFramework (2)
src\Framework\System\Windows\Controls\TextRangeAdaptor.cs (1)
492if (!position.TextContainer.IsReadOnly ||
src\Framework\System\Windows\Documents\NullTextContainer.cs (1)
169/// <see cref="ITextContainer.IsReadOnly" />