7 writes to UL
PresentationFramework (7)
System\Windows\Documents\RtfToXamlReader.cs (3)
760UL = formatState.UL; 9198formatState.UL = (token.ToggleValue > 0 ? ULState.ULNormal : ULState.ULNone); 9201formatState.UL = ULState.ULNone;
System\Windows\Documents\XamlToRtfWriter.cs (4)
2812documentNode.FormatState.UL = ULState.ULNormal; 2825documentNode.FormatState.UL = ULState.ULNormal; 2983formatState.UL = ulState; 3004formatState.UL = ulState;
12 references to UL
PresentationFramework (12)
System\Windows\Documents\RtfToXamlReader.cs (7)
760UL = formatState.UL; 894&& UL == formatState.UL 4783|| (fsThis.UL != fsParent.UL) 4798bool bUL = fsThis.UL != fsParent.UL;
System\Windows\Documents\XamlToRtfWriter.cs (5)
700bool outUL = fsThis.UL != fsParent.UL; 757if (fsThis.UL != ULState.ULNone) 1258if (fsThis.UL != fsParent.UL)