7 writes to UL
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (3)
761UL = formatState.UL; 9172formatState.UL = (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone); 9175formatState.UL = ULState.ULNone;
System\Windows\Documents\XamlToRtfWriter.cs (4)
2813documentNode.FormatState.UL = ULState.ULNormal; 2826documentNode.FormatState.UL = ULState.ULNormal; 2984formatState.UL = ulState; 3005formatState.UL = ulState;
12 references to UL
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (7)
761UL = formatState.UL; 895&& UL == formatState.UL 4775|| (fsThis.UL != fsParent.UL) 4790bool bUL = fsThis.UL != fsParent.UL;
System\Windows\Documents\XamlToRtfWriter.cs (5)
701bool outUL = fsThis.UL != fsParent.UL; 758if (fsThis.UL != ULState.ULNone) 1259if (fsThis.UL != fsParent.UL)