3 references to IsPropertyReadVisible
System.Xaml (3)
System\Xaml\XamlObjectReader.cs (3)
1624
if (context.
IsPropertyReadVisible
(p) && !string.IsNullOrEmpty(GetConstructorArgument(p)))
1631
if (context.
IsPropertyReadVisible
(p) && !string.IsNullOrEmpty(GetConstructorArgument(p)))
2315
return !property.IsEvent && context.
IsPropertyReadVisible
(property) &&