7 writes to UL
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (3)
762UL = formatState.UL; 9174formatState.UL = (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone); 9177formatState.UL = ULState.ULNone;
System\Windows\Documents\XamlToRtfWriter.cs (4)
2814documentNode.FormatState.UL = ULState.ULNormal; 2827documentNode.FormatState.UL = ULState.ULNormal; 2985formatState.UL = ulState; 3006formatState.UL = ulState;
12 references to UL
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (7)
762UL = formatState.UL; 896&& UL == formatState.UL 4777|| (fsThis.UL != fsParent.UL) 4792bool bUL = fsThis.UL != fsParent.UL;
System\Windows\Documents\XamlToRtfWriter.cs (5)
702bool outUL = fsThis.UL != fsParent.UL; 759if (fsThis.UL != ULState.ULNone) 1260if (fsThis.UL != fsParent.UL)