6 writes to Sub
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
752Sub = formatState.Sub; 9155formatState.Sub = token.FlagValue; 9165formatState.Sub = false; 9169formatState.Sub = false;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3151formatState.Sub = true; 3155formatState.Sub = false;
9 references to Sub
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
752Sub = formatState.Sub; 886&& Sub == formatState.Sub 5429if (fsThis.Sub != fsParent.Sub) 9156if (formatState.Sub)
System\Windows\Documents\XamlToRtfWriter.cs (3)
706bool outSub = fsThis.Sub != fsParent.Sub; 805if (fsThis.Sub)