2 types derived from FloaterBaseParagraph
PresentationFramework (2)
MS\Internal\PtsHost\FloaterParagraph.cs (1)
16
internal sealed class FloaterParagraph :
FloaterBaseParagraph
MS\Internal\PtsHost\UIElementParagraph.cs (1)
16
internal sealed class UIElementParagraph :
FloaterBaseParagraph
16 references to FloaterBaseParagraph
PresentationFramework (16)
MS\Internal\PtsHost\FloaterBaseParaClient.cs (1)
36
protected FloaterBaseParaClient(
FloaterBaseParagraph
paragraph)
MS\Internal\PtsHost\PtsHost.cs (14)
2196
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2242
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2285
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2328
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2369
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2581
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
2617
FloaterBaseParagraph
para = PtsContext.HandleToObject(nmFloater) as
FloaterBaseParagraph
;
MS\Internal\PtsHost\UIElementParaClient.cs (1)
37
internal UIElementParaClient(
FloaterBaseParagraph
paragraph)