19 references to IsMarkupExtension
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
2432
if (!elementType.
IsMarkupExtension
)
2455
if (!emitPreamble && parentPropertyType.IsDictionary && elementType.
IsMarkupExtension
)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
330
if (this.
IsMarkupExtension
)
System\Windows\Markup\Baml2006\WpfKnownTypeInvoker.cs (1)
25
else if (_type.
IsMarkupExtension
)
System.Xaml (15)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
440
if (_context.CurrentType.
IsMarkupExtension
)
760
if (!property.Type.
IsMarkupExtension
|| !valueXamlType.CanAssignTo(property.Type))
1121
if (currentType.
IsMarkupExtension
&& ctx.CurrentCtorArgs is not null)
1202
if (!meType.
IsMarkupExtension
)
System\Xaml\Parser\MeScanner.cs (1)
206
if (_context.CurrentType.
IsMarkupExtension
System\Xaml\Parser\XamlPullParser.cs (1)
1040
if (!valueElementType.
IsMarkupExtension
|| _xamlScanner.HasKeyAttribute)
System\Xaml\XamlMarkupExtensionWriter.cs (1)
572
if (!type.
IsMarkupExtension
)
System\Xaml\XamlObjectReader.cs (3)
685
if(itemInfo is null || itemInfo.XamlNode.XamlType is null || !itemInfo.XamlNode.XamlType.
IsMarkupExtension
)
1135
if ((XamlNode.NodeType == XamlNodeType.StartObject && !XamlNode.XamlType.
IsMarkupExtension
)
1516
if (valueXamlType.
IsMarkupExtension
)
System\Xaml\XamlSchemaContext.cs (1)
549
if (type.
IsMarkupExtension
)
System\Xaml\XamlType.cs (2)
316
if (!
IsMarkupExtension
)
1640
if (bit &&
IsMarkupExtension
)
System\Xaml\XamlXmlWriter.cs (2)
660
if (type.
IsMarkupExtension
&& type.Name.EndsWith("Extension", false, TypeConverterHelper.InvariantEnglishUS))
1593
if (type is not null && type.
IsMarkupExtension
&& !type.IsGeneric)