11 references to IsReadOnly
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2423if (parentProperty.IsReadOnly)
System.Xaml (10)
System\Xaml\Context\XamlParserContext.cs (1)
131if (member.IsReadOnly || (member.Type is not null && member.Type.IsUsableAsReadOnly))
System\Xaml\Parser\XamlPullParser.cs (2)
1018if (currentProperty.IsReadOnly || !_context.CurrentMemberIsWriteVisible()) 1024else if (propertyType.TypeConverter is not null && !currentProperty.IsReadOnly
System\Xaml\Schema\TypeReflector.cs (1)
983if (member.IsReadOnly && !member.Type.IsUsableAsReadOnly)
System\Xaml\XamlMember.cs (1)
640return !IsReadOnly;
System\Xaml\XamlType.cs (4)
1007if (!member.IsReadOnly || member.Type.IsUsableAsReadOnly) 1043if (!skipReadOnlyCheck && result.IsReadOnly && !result.Type.IsUsableAsReadOnly) 1069if (result.IsReadOnly && !result.Type.IsUsableAsReadOnly) 1551if (excludedMember.IsReadOnly && !excludedMember.Type.IsUsableAsReadOnly)
System\Xaml\XamlXmlWriter.cs (1)
1929if (member.IsReadOnly)