6 writes to Sub
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
754Sub = formatState.Sub; 9130formatState.Sub = token.FlagValue; 9140formatState.Sub = false; 9144formatState.Sub = false;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3153formatState.Sub = true; 3157formatState.Sub = false;
9 references to Sub
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
754Sub = formatState.Sub; 888&& Sub == formatState.Sub 5422if (fsThis.Sub != fsParent.Sub) 9131if (formatState.Sub)
System\Windows\Documents\XamlToRtfWriter.cs (3)
708bool outSub = fsThis.Sub != fsParent.Sub; 807if (fsThis.Sub)