6 writes to Sub
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
753Sub = formatState.Sub; 9129formatState.Sub = token.FlagValue; 9139formatState.Sub = false; 9143formatState.Sub = false;
System\Windows\Documents\XamlToRtfWriter.cs (2)
3152formatState.Sub = true; 3156formatState.Sub = false;
9 references to Sub
PresentationFramework (9)
System\Windows\Documents\RtfToXamlReader.cs (6)
753Sub = formatState.Sub; 887&& Sub == formatState.Sub 5421if (fsThis.Sub != fsParent.Sub) 9130if (formatState.Sub)
System\Windows\Documents\XamlToRtfWriter.cs (3)
707bool outSub = fsThis.Sub != fsParent.Sub; 806if (fsThis.Sub)