2 types derived from FloaterBaseParagraph
PresentationFramework (2)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
27
internal sealed class FloaterParagraph :
FloaterBaseParagraph
MS\Internal\PtsHost\UIElementParagraph.cs (1)
26
internal sealed class UIElementParagraph :
FloaterBaseParagraph
16 references to FloaterBaseParagraph
PresentationFramework (16)
MS\Internal\PtsHost\FloaterBaseParaClient.cs (1)
46
protected FloaterBaseParaClient(
FloaterBaseParagraph
paragraph)
MS\Internal\PtsHost\PtsHost.cs (14)
2218
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2264
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2307
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2350
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2391
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2603
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2639
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
MS\Internal\PtsHost\UIElementParaClient.cs (1)
41
internal UIElementParaClient(
FloaterBaseParagraph
paragraph)