2 types derived from FloaterBaseParagraph
PresentationFramework (2)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
15
internal sealed class FloaterParagraph :
FloaterBaseParagraph
MS\Internal\PtsHost\UIElementParagraph.cs (1)
15
internal sealed class UIElementParagraph :
FloaterBaseParagraph
16 references to FloaterBaseParagraph
PresentationFramework (16)
MS\Internal\PtsHost\FloaterBaseParaClient.cs (1)
35
protected FloaterBaseParaClient(
FloaterBaseParagraph
paragraph)
MS\Internal\PtsHost\PtsHost.cs (14)
2195
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2241
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2284
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2327
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2368
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2580
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2616
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
MS\Internal\PtsHost\UIElementParaClient.cs (1)
36
internal UIElementParaClient(
FloaterBaseParagraph
paragraph)