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