19 references to IsMarkupExtension
PresentationFramework (4)
System\Windows\Markup\Baml2006\Baml2006Reader.cs (2)
2437
if (!elementType.
IsMarkupExtension
)
2460
if (!emitPreamble && parentPropertyType.IsDictionary && elementType.
IsMarkupExtension
)
System\Windows\Markup\Baml2006\WpfKnownType.cs (1)
333
if (this.
IsMarkupExtension
)
System\Windows\Markup\Baml2006\WpfKnownTypeInvoker.cs (1)
28
else if (_type.
IsMarkupExtension
)
System.Xaml (15)
System\Xaml\InfosetObjects\XamlObjectWriter.cs (4)
442
if (_context.CurrentType.
IsMarkupExtension
)
762
if (!property.Type.
IsMarkupExtension
|| !valueXamlType.CanAssignTo(property.Type))
1123
if (currentType.
IsMarkupExtension
&& ctx.CurrentCtorArgs != null)
1204
if (!meType.
IsMarkupExtension
)
System\Xaml\Parser\MeScanner.cs (1)
209
if (_context.CurrentType.
IsMarkupExtension
System\Xaml\Parser\XamlPullParser.cs (1)
1042
if (!valueElementType.
IsMarkupExtension
|| _xamlScanner.HasKeyAttribute)
System\Xaml\XamlMarkupExtensionWriter.cs (1)
573
if (!type.
IsMarkupExtension
)
System\Xaml\XamlObjectReader.cs (3)
690
if(itemInfo == null || itemInfo.XamlNode.XamlType == null || !itemInfo.XamlNode.XamlType.
IsMarkupExtension
)
1140
if ((XamlNode.NodeType == XamlNodeType.StartObject && !XamlNode.XamlType.
IsMarkupExtension
)
1521
if (valueXamlType.
IsMarkupExtension
)
System\Xaml\XamlSchemaContext.cs (1)
551
if (type.
IsMarkupExtension
)
System\Xaml\XamlType.cs (2)
319
if (!
IsMarkupExtension
)
1643
if (bit &&
IsMarkupExtension
)
System\Xaml\XamlXmlWriter.cs (2)
662
if (type.
IsMarkupExtension
&& type.Name.EndsWith("Extension", false, TypeConverterHelper.InvariantEnglishUS))
1595
if (type != null && type.
IsMarkupExtension
&& !type.IsGeneric)