6 writes to Sub
PresentationFramework (6)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (4)
775Sub = formatState.Sub; 9222formatState.Sub = token.FlagValue; 9232formatState.Sub = false; 9236formatState.Sub = false;
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (2)
3159formatState.Sub = true; 3163formatState.Sub = false;
9 references to Sub
PresentationFramework (9)
src\Framework\System\Windows\Documents\RtfToXamlReader.cs (6)
775Sub = formatState.Sub; 909&& Sub == formatState.Sub 5495if (fsThis.Sub != fsParent.Sub) 9223if (formatState.Sub)
src\Framework\System\Windows\Documents\XamlToRtfWriter.cs (3)
709bool outSub = fsThis.Sub != fsParent.Sub; 808if (fsThis.Sub)