6 writes to Super
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
774Super = formatState.Super; 9225formatState.Super = false; 9229formatState.Super = token.FlagValue; 9237formatState.Super = false;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
3155formatState.Super = true; 3164formatState.Super = false;
9 references to Super
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
774Super = formatState.Super; 908&& Super == formatState.Super 5490if (fsThis.Super != fsParent.Super) 9230if (formatState.Super)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
708bool outSuper = fsThis.Super != fsParent.Super; 797if (fsThis.Super)