2 overrides of LookupIsWriteOnly
System.Xaml (1)
System\Xaml\Schema\XamlDirective.cs (1)
164
protected sealed override bool
LookupIsWriteOnly
()
System.Xaml.Tests (1)
System\Xaml\XamlMemberTests.Mocks.cs (1)
150
protected override bool
LookupIsWriteOnly
()
3 references to LookupIsWriteOnly
System.Xaml (1)
System\Xaml\XamlMember.cs (1)
977
result =
LookupIsWriteOnly
();
System.Xaml.Tests (2)
System\Xaml\XamlMemberTests.Mocks.cs (2)
54
public bool LookupIsWriteOnlyEntry() =>
LookupIsWriteOnly
();
152
return LookupIsWriteOnlyResult.Or(base.
LookupIsWriteOnly
);