5 implementations of IsReadOnly
PresentationFramework (5)
System\Windows\Controls\PasswordTextContainer.cs (1)
349
bool ITextContainer.
IsReadOnly
System\Windows\Documents\DocumentSequenceTextContainer.cs (1)
201
bool ITextContainer.
IsReadOnly
System\Windows\Documents\FixedTextContainer.cs (1)
170
bool ITextContainer.
IsReadOnly
System\Windows\Documents\NullTextContainer.cs (1)
163
bool ITextContainer.
IsReadOnly
System\Windows\Documents\TextContainer.cs (1)
1689
bool ITextContainer.
IsReadOnly
1 reference to IsReadOnly
PresentationFramework (1)
System\Windows\Controls\TextRangeAdaptor.cs (1)
481
if (!position.TextContainer.
IsReadOnly
||