6 writes to Sub
PresentationFramework (6)
System\Windows\Documents\RtfToXamlReader.cs (4)
753Sub = formatState.Sub; 9156formatState.Sub = token.FlagValue; 9166formatState.Sub = false; 9170formatState.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 5430if (fsThis.Sub != fsParent.Sub) 9157if (formatState.Sub)
System\Windows\Documents\XamlToRtfWriter.cs (3)
707bool outSub = fsThis.Sub != fsParent.Sub; 806if (fsThis.Sub)