11 references to XamlWriterMode
PresentationFramework (11)
System\Windows\Markup\Primitives\ElementMarkupObject.cs (3)
278else if (parameters[0].ParameterType == typeof(XamlWriterMode)) 413private static Type[] _shouldSerializeArgsMode = new Type[] { typeof(XamlWriterMode) }; 816if (Manager.XamlWriterMode == XamlWriterMode.Expression &&
System\Windows\Markup\Primitives\MarkupWriter.cs (1)
43manager.XamlWriterMode = XamlWriterMode.Expression;
System\Windows\Markup\XamlDesignerSerializationManager.cs (7)
54_xamlWriterMode = XamlWriterMode.Value; 66public XamlWriterMode XamlWriterMode 78throw new InvalidEnumArgumentException("value", (int)value, typeof(XamlWriterMode)); 106private static bool IsValidXamlWriterMode(XamlWriterMode value) 108return value == XamlWriterMode.Value 109|| value == XamlWriterMode.Expression; 117private XamlWriterMode _xamlWriterMode; // Serialization modes