11 references to XamlWriterMode
PresentationFramework (11)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (3)
266
else if (parameters[0].ParameterType == typeof(
XamlWriterMode
))
401
private static Type[] _shouldSerializeArgsMode = new Type[] { typeof(
XamlWriterMode
) };
804
if (Manager.XamlWriterMode ==
XamlWriterMode
.Expression &&
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
37
XamlWriterMode =
XamlWriterMode
.Expression
System\Windows\Markup\XamlDesignerSerializationManager.cs (7)
49
_xamlWriterMode =
XamlWriterMode
.Value;
61
public
XamlWriterMode
XamlWriterMode
73
throw new InvalidEnumArgumentException("value", (int)value, typeof(
XamlWriterMode
));
101
private static bool IsValidXamlWriterMode(
XamlWriterMode
value)
103
return value ==
XamlWriterMode
.Value
104
|| value ==
XamlWriterMode
.Expression;
112
private
XamlWriterMode
_xamlWriterMode; // Serialization modes