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