11 references to IsReadOnly
PresentationFramework (1)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (1)
2428
if (parentProperty.
IsReadOnly
)
System.Xaml (10)
System\Xaml\Context\XamlParserContext.cs (1)
133
if (member.
IsReadOnly
|| (member.Type != null && member.Type.IsUsableAsReadOnly))
System\Xaml\Parser\XamlPullParser.cs (2)
1020
if (currentProperty.
IsReadOnly
|| !_context.CurrentMemberIsWriteVisible())
1026
else if (propertyType.TypeConverter != null && !currentProperty.
IsReadOnly
System\Xaml\Schema\TypeReflector.cs (1)
985
if (member.
IsReadOnly
&& !member.Type.IsUsableAsReadOnly)
System\Xaml\XamlMember.cs (1)
643
return !
IsReadOnly
;
System\Xaml\XamlType.cs (4)
1010
if (!member.
IsReadOnly
|| member.Type.IsUsableAsReadOnly)
1046
if (!skipReadOnlyCheck && result.
IsReadOnly
&& !result.Type.IsUsableAsReadOnly)
1072
if (result.
IsReadOnly
&& !result.Type.IsUsableAsReadOnly)
1554
if (excludedMember.
IsReadOnly
&& !excludedMember.Type.IsUsableAsReadOnly)
System\Xaml\XamlXmlWriter.cs (1)
1931
if (member.
IsReadOnly
)