6 writes to Sub
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
754Sub = formatState.Sub; 9131formatState.Sub = token.FlagValue; 9141formatState.Sub = false; 9145formatState.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 5423if (fsThis.Sub != fsParent.Sub) 9132if (formatState.Sub)
System\Windows\Documents\XamlToRtfWriter.cs (3)
708bool outSub = fsThis.Sub != fsParent.Sub; 807if (fsThis.Sub)