5 references to IsAttributableMarkupExtension
System.Xaml (5)
System\Xaml\XamlObjectReader.cs (5)
281return (r is not null && r.IsAttributableMarkupExtension); 294if (child is ObjectMarkupInfo objectInfo && !objectInfo.IsAttributableMarkupExtension) 315return r.IsAttributableMarkupExtension; 1011if (IsAttributableMarkupExtension) 1355if (!objectInfo.IsAttributableMarkupExtension)